]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/threads/threads-docs.factor
factor: trim more using lists.
[factor.git] / basis / threads / threads-docs.factor
index 8cc581f3f978cf30c968e418cde67d2ff0f91a0a..780875cbe81dec1f461b2d240ec60198a65bd200 100644 (file)
@@ -1,6 +1,6 @@
-USING: help.markup help.syntax kernel kernel.private io
-threads.private init quotations strings assocs heaps boxes
-namespaces deques dlists system ;
+USING: assocs boxes deques dlists heaps help.markup help.syntax
+init kernel kernel.private namespaces quotations strings system
+threads.private ;
 IN: threads
 
 ARTICLE: "threads-start/stop" "Starting and stopping threads"