Changeset c2ba08a
- Timestamp:
- Oct 29, 2021, 5:18:57 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 58ca0a0a
- Parents:
- e8ac228
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/types.hfa
re8ac228 rc2ba08a 188 188 return wait(this.self); 189 189 } 190 191 void reset( io_future_t & this ) { 192 return reset(this.self); 193 } 190 194 }
Note: See TracChangeset
for help on using the changeset viewer.