Work on threads.

Add send and receive.
This commit is contained in:
Calvin Rose
2019-12-01 20:28:12 -06:00
parent 5cd6580c2d
commit 6a763aac95
7 changed files with 280 additions and 92 deletions
-11
View File
@@ -2119,17 +2119,6 @@
:on-status (or onsignal (make-onsignal env 1))
:source "repl"}))
###
###
### Thread Extras
###
###
(defn thread/new
"Create a new thread from a closure."
[f]
(thread/from-image (make-image f)))
###
###
### CLI Tool Main