- File:
-
- 1 edited
-
libcfa/src/concurrency/future.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/future.hfa
r5e180c2 r339e30a 56 56 this.waiters{}; 57 57 this.state = FUTURE_EMPTY; 58 this.lock{};59 58 } 60 59 … … 149 148 } 150 149 unlock( lock ); 151 150 // cast to (T *) needed to trick the resolver to let me return *0p 152 151 return [ret_val, false]; 153 152 }
Note:
See TracChangeset
for help on using the changeset viewer.