Changes between Version 17 and Version 18 of LightweightConcurrency
- Timestamp:
- 05/15/12 17:46:21 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LightweightConcurrency
v17 v18 44 44 A PTM transaction may allocate, read and write transactional variables of type `PVar a`. It is important to notice that PTM does not provide a blocking `retry` mechanism. Such a blocking action needs to interact with the scheduler, to block the current thread and resume another thread. We will see [#AbstractSchedulerInterface later] how to allow such interactions while not imposing any restriction on the structure of the schedulers. 45 45 46 === One-shot continuations===46 ==== One-shot continuations ==== 47 47 48 48
