Changes between Version 40 and Version 41 of Language


Ignore:
Timestamp:
05/21/23 13:44:34 (3 years ago)
Author:
siegel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Language

    v40 v41  
    317317Upon reaching the end of ''stmt'', the process releases the atomic lock and exits ''stmt''.
    318318
    319 There is an exception to atomicity: if the process executing inside the atomic statement call the [#yield $yield function], it releases the atomic lock.
     319There is an exception to atomicity: if the process executing inside the atomic statement calls the [#yield $yield function], it releases the atomic lock.
    320320This allows other processes to execute, and even obtain the lock.
    321321At any point at which the atomic lock is free and the first statement following the `$yield` is enabled, the original process may re-obtain