Changeset 8f1a99e for libcfa/src
- Timestamp:
- Jul 5, 2021, 4:58:07 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- b7d94ac5
- Parents:
- 7f62b708
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/future.hfa
r7f62b708 r8f1a99e 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.