(finish-resumable {:keys [state*] :as runtime}
{:keys [ident] :as resumable}
result)
(get-ident-and-descendant-idents state ident)
(get-ident-and-descendant-idents state ident descendants)
(interpreter-state->resumable stack)
(interpreter-state->resumable stack use-fresh-idents)
(on-cancel this promise)
(wait-all this idents)
(get-pipeline-instance* this ident)
(cancel-all this idents)
(stop! this)
(get-active this)
(report-error this error)
(transact this transact-fn)
(get-state* this)
(invoke this pipeline)
(invoke this pipeline args)
(invoke this pipeline args config)
(wait this ident)
(cancel this ident)
(register-instance state resumable props)
(register-instance state resumable props instance-state)
(run-sync-block-until-no-resumable-state runtime context resumable props)
(start-resumable {:keys [state* context] :as runtime}
{:keys [ident] :as resumable})
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close