Skip to main content

unblocking-buffer?

function

clojure.core.async/unblocking-buffer?

Available in:BBCLJ
(unblocking-buffer? [buff])
Returns true if a channel created with buff will never block. That is to say, puts into this buffer will never cause the buffer to be full.

No examples yet. Be the first to add one!