Use fork-thread in fork/thread.
This commit is contained in:
parent
2fa5e3f693
commit
a1f17bb13d
|
@ -1,6 +1,6 @@
|
|||
;Thread nomenclature for scsh.
|
||||
|
||||
(define fork/thread (structure-ref threads spawn))
|
||||
(define fork/thread (structure-ref thread-fluids fork-thread))
|
||||
|
||||
(define fork/process (structure-ref scsh-level-0 fork))
|
||||
|
||||
|
|
Loading…
Reference in New Issue