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

8 lines
223 B
Factor
Raw Normal View History

2008-02-18 08:30:16 -05:00
USING: help.markup help.syntax concurrency.messaging ;
2007-09-20 18:09:08 -04:00
IN: concurrency.distributed
2008-02-18 10:08:59 -05:00
HELP: local-node
{ $values { "addrspec" "an address specifier" }
2007-09-20 18:09:08 -04:00
}
2008-02-18 10:08:59 -05:00
{ $description "Return the node the current thread is running on." } ;