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