]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/channels/channels.factor
factor: trim using lists
[factor.git] / basis / channels / channels.factor
index 7c278d597722db82fda0b65ea8f54fb6d802680b..8424d50572ac7d5a6508b93978652b6bf8172ef6 100644 (file)
@@ -2,8 +2,7 @@
 ! See http://factorcode.org/license.txt for BSD license.
 !
 ! Channels - based on ideas from newsqueak
-USING: kernel sequences threads continuations
-random math accessors ;
+USING: accessors kernel random sequences threads ;
 IN: channels
 
 TUPLE: channel receivers senders ;