Changes between Version 45 and Version 46 of LightweightConcurrency
- Timestamp:
- 05/18/12 13:56:09 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LightweightConcurrency
v45 v46 194 194 }}} 195 195 196 Here, the thread that invokes forkIO initializes the new SCont with its own scheduler actions, and appends it to the scheduler. After the newly created SCont finishes execution, the control must switch to another thread in the scheduler. This is captured by the `epilogue`.196 Here, the thread that invokes forkIO initializes the new SCont (`ns`) with its own scheduler actions, and appends it to the scheduler. After the newly created SCont finishes execution, the control must switch to another thread in the scheduler. This is captured by the `epilogue`. 197 197 198 198 === MVars ===
