(start! open-stream
on-event
{:keys [buffer-size map-event] :or {buffer-size nil}})Start a stream producer. With :buffer-size, events are pulled with
take-stream-event; otherwise on-event is invoked from the producer.
Start a stream producer. With `:buffer-size`, events are pulled with `take-stream-event`; otherwise `on-event` is invoked from the producer.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |