move a word out of private vocab

db4
Doug Coleman 2009-08-30 14:22:09 -05:00
parent 447be26efd
commit 4c69f5641c
1 changed files with 0 additions and 4 deletions

View File

@ -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