]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/channels/remote/remote.factor
core/basis/extra: using STARTUP-HOOK: and SHUTDOWN-HOOK:
[factor.git] / basis / channels / remote / remote.factor
index ef0b3b15f1b70d2ca1785dfba52ea579569c0874..2ba2da0a433d4c1961789ba9d3de6feaec294db1 100644 (file)
@@ -66,7 +66,7 @@ M: remote-channel to
 M: remote-channel from
     [ id>> from-message boa ] keep send-message ;
 
-[
+STARTUP-HOOK: [
     H{ } clone \ remote-channels set-global
     start-channel-node
-] "channel-registry" add-startup-hook
+]