-
Notifications
You must be signed in to change notification settings - Fork 1
concurrencymodule
Tristan Hume edited this page Apr 23, 2012
·
2 revisions
#Concurrency
##Description This unit contains the predefined procedures that deal with concurrency. It contains one predefined function, although conceptually it contains three other subprograms.
All routines in the Concurrency module are exported unqualified. (This means you can call the entry points directly.)
##Entry Points
concurrency_empty.html* Returns true if no processes are waiting on the condition queue. concurrency_getpriority.html* Returns the priority of the current process. concurrency_setpriority.html* Sets the priority of the current process. concurrency_simutime.html Returns the number of simulated time units that have passed.
- Part of the language, conceptually part of the Concurrency unit.