(deftransport transport-type args & body)Defines a transport multimethod implementation for transport-type and
registers that type in the supported-transports set.
Defines a `transport` multimethod implementation for `transport-type` and registers that type in the supported-transports set.
(supported-transports)Returns the set of registered test-transport types (the :type values that
transport can satisfy).
Returns the set of registered test-transport types (the `:type` values that `transport` can satisfy).
(with-transport machine transport)Wires transport (its consumer/producer channels) into machine, returning
the merged machine; throws if the transport provides no consumer messages
channel.
Wires `transport` (its consumer/producer channels) into `machine`, returning the merged machine; throws if the transport provides no consumer messages channel.
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 |