Skip to main content

await

functionv1.0

clojure.core/await

Available in:BBCLJ
(await [& agents])
Blocks the current thread (indefinitely!) until all actions dispatched thus far, from this thread or agent, to the agent(s) have occurred. Will block on failed agents. Will never return if a failed agent is restarted with :clear-actions true or shutdown-agents was called.

No examples yet. Be the first to add one!