Did you know ... Search Documentation:
Title for pldoc(dir_index)

tipc

Prolog files

tipc.pl  -- TIPC SocketsShow source
tipc_broadcast.pl  -- A TIPC Broadcast BridgeShow source
tipc_host_to_address/2locates a TIPC service by name.Source
tipc_initialize/0See tipc:tipc_initialize/0.Source
tipc_linda.pl  -- A Process Communication InterfaceShow source
bagof_in_noblock/3Bag is the list of all instances of Template such that Tuple exists in the tuple-space.Source
bagof_rd_noblock/3Bag is the list of all instances of Template such that Tuple exists in the tuple-space.Source
close_client/0Closes the connection to the Linda-server.Source
in/1Atomically removes the tuple Tuple from Linda's tuple-space if it is there.Source
in/2As in/1 but succeeds when any one of the tuples in TupleList is available.Source
in_noblock/1Atomically removes the tuple Tuple from Linda's tuple-space if it is there.Source
linda/0Starts a Linda-server in this process.Source
linda/1Starts a Linda-server in this process.Source
linda_client/1Establishes a connection to a Linda-server providing a named tuple space.Source
linda_eval/1Causes Goal to be evaluated in parallel with a parent predicate.Source
linda_eval/2Causes Goal to be evaluated in parallel with a parent predicate.Source
linda_eval_detached/1Causes Goal to be evaluated in parallel with a parent predicate.Source
linda_eval_detached/2Causes Goal to be evaluated in parallel with a parent predicate.Source
linda_timeout/1Temporarily sets Linda's timeout.Source
linda_timeout/2Controls Linda's message-passing timeout.Source
out/1Places a Tuple in Linda's tuple-space.Source
rd/1Succeeds nondeterministically if Tuple is available in the tuple-space, suspends otherwise until it is available.Source
rd/2As in/2 but provides a choice point that does not remove any tuples.Source
rd_noblock/1Succeeds nondeterministically if Tuple is available in the tuple-space, fails otherwise.Source
tipc_linda_server/0Acts as a stand-alone Linda server.Source
tuple/1registers Head as a virtual tuple in TIPC Linda's tuple space.Source
tuple/2registers Head as a virtual tuple in TIPC Linda's tuple space.Source
tipc_paxos.pl  -- Paxos on TIPCShow source
tipc_paxos_get/1Source
tipc_paxos_get/2Source
tipc_paxos_on_change/2Source
tipc_paxos_set/1Source
tipc_paxos_set/2Source