]> gitweb.factorcode.org Git - factor.git/commitdiff
concurrency.distributed: fix for removal of 'thread' word
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 30 Mar 2010 05:17:39 +0000 (01:17 -0400)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 30 Mar 2010 05:17:39 +0000 (01:17 -0400)
basis/concurrency/distributed/distributed.factor

index 0015b10cef444c70b0903a24545f177a7acc6981..229cea85480fa5a223eab0fe49b7e826604905bc 100644 (file)
@@ -20,7 +20,7 @@ PRIVATE>
     registered-remote-threads delete-at ;
 
 : get-remote-thread ( name -- thread )
-    dup registered-remote-threads at [ ] [ thread ] ?if ;
+    dup registered-remote-threads at [ ] [ threads at ] ?if ;
 
 SYMBOL: local-node