]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/channels/remote/remote.factor
factor: trim using lists
[factor.git] / basis / channels / remote / remote.factor
index a1c90dc6e86888a1eab45bfa9941c6919fc294fe..ef0b3b15f1b70d2ca1785dfba52ea579569c0874 100644 (file)
@@ -2,9 +2,9 @@
 ! See http://factorcode.org/license.txt for BSD license.
 !
 ! Remote Channels
-USING: kernel init namespaces assocs arrays random
-sequences channels match concurrency.messaging
-concurrency.distributed threads accessors ;
+USING: accessors assocs channels concurrency.distributed
+concurrency.messaging init kernel match namespaces random
+threads ;
 IN: channels.remote
 
 <PRIVATE