Liking cljdoc? Tell your friends :D

monkey.ci.local.runtime

Set up runtime for local builds

Set up runtime for local builds
raw docstring

make-systemclj

(make-system conf)

Creates a component system that can be used for local builds

Creates a component system that can be used for local builds
sourceraw docstring

new-event-pipeclj

(new-event-pipe)

Registers a listener in mailman to pipe all events to the event bus, where they will be picked up by the api server to send events to clients using SSE.

Registers a listener in mailman to pipe all events to the event bus, where
they will be picked up by the api server to send events to clients using SSE.
sourceraw docstring

new-event-streamclj

(new-event-stream)

Creates a new event stream, that can be used by the api server to send events to the client.

Creates a new event stream, that can be used by the api server to send events to the client.
sourceraw docstring

start-and-postclj

(start-and-post conf evt)

Starts component system and posts an event to the event broker to trigger the action flow. Returns a deferred that will realize when the build ends, which can be used to wait upon.

Starts component system and posts an event to the event broker to trigger
the action flow.
Returns a deferred that will realize when the build ends, which can be used
to wait upon.
sourceraw docstring

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

× close