move a word out of private vocab
parent
447be26efd
commit
4c69f5641c
|
@ -120,15 +120,11 @@ M: cannot-send-synchronous-to-self summary
|
|||
'[ _ synchronous-reply? ] (receive-if-timeout) data>>
|
||||
] if ;
|
||||
|
||||
<PRIVATE
|
||||
|
||||
: reply-synchronous ( message synchronous -- )
|
||||
dup expired?
|
||||
[ 2drop ]
|
||||
[ [ <reply> ] keep sender>> send ] if ;
|
||||
|
||||
PRIVATE>
|
||||
|
||||
: handle-synchronous ( quot -- )
|
||||
(receive) [
|
||||
data>> swap call
|
||||
|
|
Loading…
Reference in New Issue