Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
CPACK
Home
List packs
Submit pack
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
2.4.2 Clients
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
Transparent Inter-Process Communications (TIPC) libraries
The TIPC libraries: library(tipc/...)
library(tipc/tipc_linda): A Process Communication Interface
Clients
linda/0
linda/1
linda_client/1
close_client/0
linda_timeout/2
linda_timeout/1
out/1
in/1
in_noblock/1
in/2
rd/1
rd_noblock/1
rd/2
bagof_in_noblock/3
bagof_rd_noblock/3
linda_eval/1
linda_eval/2
linda_eval_detached/1
linda_eval_detached/2
tuple/1
tuple/2
tipc_linda_server/0
tipc_initialize/0
Availability:
:- use_module(
library(tipc/tipc_linda)
).
[det]
in
(
?Tuple
)
Atomically removes the tuple
Tuple
from Linda's tuple-space if it is there. The tuple will be returned to exactly one requestor. If no tuple is available, the predicate blocks until it is available (that is, someone performs an
out/1
).
ClioPatria
(version
V3.1.1-51-ga0b30a5
)