Changes between Version 68 and Version 69 of LightweightConcurrency
- Timestamp:
- 05/21/12 09:30:37 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LightweightConcurrency
v68 v69 20 20 * [#MVars MVars] 21 21 * [#SystemThreadsandParallelism System Threads and Parallelism] 22 * [#SleepCapability Sleep Capability] 22 23 * [#SContAffinity SCont Affinity] 23 24 * [#BoundSCont Bound SCont] … … 280 281 }}} 281 282 282 When a program boots up with `N` capabilities, it can choose to create `N-1` additional capabilities using the primitive `newCapability` which run `initialTask`. 283 When a program boots up with `N` capabilities, the programmer can choose to create `N-1` additional capabilities using the primitive `newCapability` which run `initialTask`. 284 285 === Sleep Capability === 283 286 284 287
