Skip to main content

-vthread-call

function

clojure.core.async/-vthread-call

(-vthread-call [f])
Executes f in another virtual 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!