clj-commons / manifold

A compatibility layer for event-driven abstractions
1.01k stars 106 forks source link

Fix close! misleading doc #221

Closed cosineblast closed 1 year ago

cosineblast commented 1 year ago

This changes help a bit with tackling issue #176 by making so that closing a BlockingQueueSource prevents further takes.

The documentation for close! is a bit misleading in regards to sources.

KingMob commented 1 year ago

What about fixing #176 ? Are you going to do that here, or elsewhere?

cosineblast commented 1 year ago

I plan on taking that on a later date, I'm done with this particular PR