Changes between Version 8 and Version 9 of LightweightConcurrency
- Timestamp:
- 05/05/12 07:24:34 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LightweightConcurrency
v8 v9 17 17 == Background - GHC's Concurrency RTS == 18 18 19 This section focuses on the concurrency part of the runtime system, and is intended to set a stage for subsequent discussions. This section also provides would-be GHC RTS hackers a summary of different parts of the system.19 This section focuses on the concurrency part of the runtime system, and is intended to set a stage for subsequent discussions. This section also provides would-be GHC RTS hackers a summary of different parts of the concurrency system (as of GHC 7.4.1). 20 20 21 21 == Related Work ==
