Hi, Technically, these stages always run concurrently, it is just that their scheduling happens on the same thread in a deterministic fashion.
> In other words, if either A or B is running, is the stream waiting for the > result of the "current" future before processing the other branch? > Only the stage is waiting, the whole stream can still progress. You can imagine fusing as a *simulation* of the multithreaded behavior, i.e. things are still concurrent just at a higher granularity. With fuzzing enabled there are actual reorderings so you can see much more variation on event sequences. -Endre > > > I think maybe this has been discussed before, but I can't find a proper > answer... > > Thank you! > > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: > http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
