GNU Info

Info Node: (guile.info)Arbiters

(guile.info)Arbiters


Next: Asyncs Up: Scheduling
Enter node , (file) or (file)node

Arbiters
========

 - primitive: make-arbiter name
     Returns an object of type arbiter and name name. Its state is
     initially unlocked.  Arbiters are a way to achieve process
     synchronization.

 - primitive: try-arbiter arb
     Returns #t and locks arbiter if arbiter was unlocked. Otherwise,
     returns #f.

 - primitive: release-arbiter arb
     Returns #t and unlocks arbiter if arbiter was locked. Otherwise,
     returns #f.


automatically generated by info2www version 1.2.2.9