]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/concurrency/distributed/distributed.factor
factor: use ??if instead of ?if-old
[factor.git] / basis / concurrency / distributed / distributed.factor
index 9f4470b44d3e52175afc09c50dcb125cf8da032b..87ea1b9dea4cce32c7d9fb85a4e28ec560a7cc1d 100644 (file)
@@ -24,7 +24,7 @@ PRIVATE>
     registered-remote-threads delete-at ;
 
 : get-remote-thread ( name -- thread )
-    dup registered-remote-threads at [ ] [ threads at ] ?if ;
+    [ registered-remote-threads at ] [ threads at ] ?unless ;
 
 SYMBOL: local-node