Liking cljdoc? Tell your friends :D

ripley.integration.manifold

Integrate manifold deferreds and streams into ripley sources.

Requires dependency: manifold/manifold {:mvn/version "0.1.9-alpha4"}

Integrate manifold deferreds and streams into ripley sources.

Requires dependency:
manifold/manifold {:mvn/version "0.1.9-alpha4"}
raw docstring

deferred-sourceclj

(deferred-source d)
(deferred-source {:keys [error-value-fn]} d)

Create new source from a manifold deferred value.

Optional options can have: :error-value-fn if provided transform error into a value and send that to the source as well. By default errors are not sent.

Create new source from a manifold deferred value.

Optional options can have:
:error-value-fn  if provided transform error into a value and send
                 that to the source as well.
                 By default errors are not sent.
sourceraw docstring

stream-sourceclj

(stream-source s)
(stream-source _opts s)

Create new source that consumes values from manifold stream.

Create new source that consumes values from manifold stream.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close