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