X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fthreads%2Fthreads.factor;h=d56a7928ad3bb98037a875a1980999e74489b4e9;hp=c4ce4387fad4914eb3968038a204484f8c677a80;hb=1542ebe47c58f140e5929772ad71f5d2ad46ec51;hpb=a4b253f94a4bbcfe43260ddf9206c9d8784e0427 diff --git a/basis/threads/threads.factor b/basis/threads/threads.factor index c4ce4387fa..d56a7928ad 100644 --- a/basis/threads/threads.factor +++ b/basis/threads/threads.factor @@ -3,7 +3,7 @@ ! See http://factorcode.org/license.txt for BSD license. USING: accessors alien.private arrays assocs boxes combinators continuations continuations.private deques dlists hashtables -heaps init kernel kernel.private math math.order namespaces +heaps kernel kernel.private math math.order namespaces quotations sequences strings system ; IN: threads