]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/threads/threads.factor
slots: pre-create the "at", "nth", and "global" slots to make deterministic the curre...
[factor.git] / basis / threads / threads.factor
index fe4f2a0f24045a0ff7862ab455669c7349d73f1f..4ab462ff66fe7a13e1ed4ff9c4afe0fa87f37706 100644 (file)
@@ -5,6 +5,7 @@ USING: alien.private arrays hashtables heaps kernel kernel.private
 math namespaces sequences vectors continuations continuations.private
 dlists assocs system combinators init boxes accessors math.order
 deques strings quotations fry ;
+FROM: assocs => change-at ;
 IN: threads
 
 <PRIVATE