concurrency.distributed vocabulary
Factor documentation > Factor handbook > Vocabulary index


Documentation
Distributed message passing

Meta-data
Tags:concurrency, enterprise
Authors:Chris Double


Words

Tuple classes
ClassSuperclassSlots
remote-thread tuplenode id


Ordinary words
WordStack effect
<node-server>( addrspec -- threaded-server )
<remote-thread>( node id -- remote-thread )
get-remote-thread( name -- thread )
handle-node-client( -- )
register-remote-thread( thread name -- )
send-remote-message( message node -- )
stop-node( node -- )
unregister-remote-thread( name -- )


Class predicate words
WordStack effect
remote-thread?( object -- ? )


Files
resource:basis/concurrency/distributed/distributed.factor
resource:basis/concurrency/distributed/distributed-docs.factor
resource:basis/concurrency/distributed/distributed-tests.factor


Children
VocabularySummary
concurrency.distributed.privateconcurrency.distributed.private vocabulary