Skip to main content

thread-call

function

clojure.core.async/thread-call

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

No examples yet. Be the first to add one!