(close! sink)
Closes an event sink, so that it can't accept any more messages.
Closes an event sink, so that it can't accept any more messages.
(closed? sink)
Returns true if the event sink is closed.
Returns true if the event sink is closed.
(drained? source)
Returns true if the event source is drained.
Returns true if the event source is drained.
(to-sink _)
Provides a conversion mechanism to Manifold sinks.
Provides a conversion mechanism to Manifold sinks.
(to-source _)
Provides a conversion mechanism to Manifold source.
Provides a conversion mechanism to Manifold source.
(synchronous? x)
Returns true if the underlying abstraction behaves synchronously, using thread blocking to provide backpressure.
Returns true if the underlying abstraction behaves synchronously, using thread blocking to provide backpressure.
(weak-handle x)
Returns a weak reference that can be used to construct topologies of streams.
Returns a weak reference that can be used to construct topologies of streams.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close