(require mzlib/cml) | package: compatibility-lib |
The mzlib/cml library defines a number of procedures that wrap Racket concurrency procedures. The wrapper procedures have names and interfaces that more closely match those of Concurrent ML [Reppy99].
函数
(channel-recv-evt ch) → evt?
ch : channel?
Equivalent to ch.
函数
(channel-send-evt ch v) → evt?
ch : channel? v : any/c
函数
(thread-done-evt thd) → any
thd : thread?
函数
(current-time) → real?