mirror of
https://github.com/janet-lang/janet
synced 2026-08-22 18:28:51 +00:00
Work on threads.
Add send and receive.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user