How do you use AsyncStream to make Task execution deterministic?

I don't believe it guarantees FIFO execution because there's no guarantee what order an actor receives its messages in. (At least FIFO from the external caller's perspective.)

This is discussed in an earlier forum post:

Task: Is order of task execution deterministic?

1 Like