std.lib.context.space
protocol-tmpl
added in 3.0
(protocol-tmpl {:keys [prefix protocol instance resolve default]})constructs a template function
space
added in 3.0
(space)(space namespace)gets the space in the current namespace
(space)
space-context-get
added in 3.0
(space-context-get {:keys [state], :as sp} ctx)gets the context in the space
space-context-set
added in 3.0
(space-context-set {:keys [state]} ctx key config)sets the context in the space
space-context-unset
added in 3.0
(space-context-unset {:keys [state], :as sp} ctx)unsets the context in the space
space-resolve
added in 3.0
(space-resolve obj)resolves a space given various inputs
(space-resolve ns)
space-rt-create
added in 4.1
(space-rt-create {:keys [state], :as sp} ctx)creates a runtime record for the context without starting it
space-rt-start
added in 3.0
(space-rt-start {:keys [state], :as sp} ctx)starts the context runtime
space-rt-stop
added in 3.0
(space-rt-stop {:keys [state], :as sp} ctx)stops the context runtime
space:context-set
(space:context-set ctx key options)(space:context-set sp ctx key options)space:rt-current
added in 4.0
(space:rt-current ctx)(space:rt-current namespace ctx)gets the current rt in the space