Changes between Version 40 and Version 41 of Language
- Timestamp:
- 05/21/23 13:44:34 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Language
v40 v41 317 317 Upon reaching the end of ''stmt'', the process releases the atomic lock and exits ''stmt''. 318 318 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.319 There is an exception to atomicity: if the process executing inside the atomic statement calls the [#yield $yield function], it releases the atomic lock. 320 320 This allows other processes to execute, and even obtain the lock. 321 321 At any point at which the atomic lock is free and the first statement following the `$yield` is enabled, the original process may re-obtain
