(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.
Examples
No examples yet. Be the first to add one!
(thread-call [f])No examples yet. Be the first to add one!