(sharding-handlers f {:keys [n]})
Create a list of handlers that process events in parallel.
Create a list of handlers that process events in parallel.
(then! g {:keys [handlers]})
Set up event handlers to consume events from the disruptor. These handlers will only process events after every handlers in this group has processed the event.
Set up event handlers to consume events from the disruptor. These handlers will only process events after every handlers in this group has processed the event.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close