Changes between Version 43 and Version 44 of LightweightConcurrency
- Timestamp:
- 05/18/12 13:45:40 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LightweightConcurrency
v43 v44 83 83 SContSwitched SContSwitchReason 84 84 data SContSwitchReason = Yielded | -- SCont has yielded, but runnable 85 BlockedInHaskell | -- SCont is blocked on a user-level concurrent data structure (MVars and such) 85 BlockedInHaskell | -- SCont is blocked on a user-level concurrent 86 -- data structure (MVars and such) 86 87 BlockedInRTS | -- SCont is blocked on a foreign call, blackhole, etc,. 87 88 Completed -- SCont has run to completion
