Fork me on GitHub
#missionary
<
2022-07-12
>
Richie01:07:35

What does it mean to call new on a flow?

Dustin Getz02:07:06

this is only defined in photon. new on a p/fn calls the fn (aka boots the DAG). new on a missionary flow is basically “await” for flows, it is how you bridge a missionary flow to photon. the fact that these both type check in photon is revealing compiler internals. there is an edge case in the missionary interop which i will explain later

Richie10:07:26

Ah, right. I forgot that photon rules apply.