robertluo / waterfall

The Unlicense
16 stars 1 forks source link

call `put-all!` only if the stream is open #22

Closed JackSho closed 1 year ago

JackSho commented 1 year ago

21

After the close call occurs, it will synchronously wait for the consumer to close. At this time, the polled message cannot be put-all! successfully.