Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
USING: concurrency.distributed concurrency.messaging threads io.sockets io.servers ;
|
||||
QUALIFIED: concurrency.messaging
|
||||
: prettyprint-message ( -- ) concurrency.messaging:receive . flush prettyprint-message ;
|
||||
[ prettyprint-message ] "logger" spawn dup name>> register-remote-thread
|
||||
"127.0.0.1" 9000 <inet4> <node-server> start-server
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
USING: concurrency.distributed io.sockets ;
|
||||
QUALIFIED: concurrency.messaging
|
||||
{ "Hello Remote Factor!" H{ { "key1" "value1" } } }
|
||||
"127.0.0.1" 9000 <inet4> "logger" <remote-thread> concurrency.messaging:send
|
||||
Loading…
Add table
Add a link
Reference in a new issue