Skip to main content

thread

macro

clojure.core.async/thread

Available in:BBCLJ
(thread [& body])
Executes the body in another thread, returning immediately to the calling thread. Returns a channel which will receive the result of the body when completed, then close.

No examples yet. Be the first to add one!