- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel/fwd.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel/fwd.hfa
r3fcb5921 r1c7ed2d 276 276 // intented to be use by wait, wait_any, waitfor, etc. rather than used directly 277 277 bool retract( future_t & this, oneshot & wait_ctx ) { 278 struct oneshot * expected = &wait_ctx;278 struct oneshot * expected = this.ptr; 279 279 280 280 // attempt to remove the context so it doesn't get consumed.
Note:
See TracChangeset
for help on using the changeset viewer.