cats-effect icon indicating copy to clipboard operation
cats-effect copied to clipboard

dispatcher document warning about bounded queue

Open samspills opened this issue 1 year ago • 0 comments
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

samspills avatar Jan 11 '24 15:01 samspills