cats-effect
cats-effect copied to clipboard
dispatcher document warning about bounded queue
trafficstars
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