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
using a bounded queue with dispatcher.unsafeRunAndForget doesn't propagate back pressure and the dispatcher list of registrations will still grow unboundedly
the dispatcher docs use unsafeRunAndForget with an unbounded queue in the example, and it doesn't mention the bounding issue. A note or warning about that would be helpful
The text was updated successfully, but these errors were encountered:
using a bounded queue with
dispatcher.unsafeRunAndForget
doesn't propagate back pressure and the dispatcher list of registrations will still grow unboundedlythe dispatcher docs use
unsafeRunAndForget
with an unbounded queue in the example, and it doesn't mention the bounding issue. A note or warning about that would be helpfulThe text was updated successfully, but these errors were encountered: