factor/extra/concurrency/distributed/distributed-docs.factor

8 lines
223 B
Factor
Executable File

USING: help.markup help.syntax concurrency.messaging ;
IN: concurrency.distributed
HELP: local-node
{ $values { "addrspec" "an address specifier" }
}
{ $description "Return the node the current thread is running on." } ;