- File:
-
- 1 edited
-
libcfa/src/concurrency/future.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/future.hfa
r8f1a99e rc323837 37 37 38 38 // Fulfil the future, returns whether or not someone was unblocked 39 thread$* fulfil( future(T) & this, T result ) {39 $thread * fulfil( future(T) & this, T result ) { 40 40 this.result = result; 41 41 return fulfil( (future_t&)this );
Note:
See TracChangeset
for help on using the changeset viewer.