You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all streams that get attached to the scheduler must be FusedStreams. This is because the scheduler will stop listening to a stream once it has yielded a None. It would be nice to provide support for some kind of fallible stream to allow users more direct access over when a stream should be considered done. This has some crossover with #2 .
The text was updated successfully, but these errors were encountered:
Currently, all streams that get attached to the scheduler must be
FusedStreams
. This is because the scheduler will stop listening to a stream once it has yielded aNone
. It would be nice to provide support for some kind of fallible stream to allow users more direct access over when a stream should be considered done. This has some crossover with #2 .The text was updated successfully, but these errors were encountered: