Changeset 4f102fa for libcfa/src/concurrency/io
- Timestamp:
- Oct 11, 2022, 8:28:32 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- e5256bd
- Parents:
- 116a2ea (diff), a55472cc (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/types.hfa
r116a2ea r4f102fa 107 107 struct __outstanding_io { 108 108 inline Colable; 109 single_sem sem;109 oneshot waitctx; 110 110 }; 111 111 static inline __outstanding_io *& Next( __outstanding_io * n ) { return (__outstanding_io *)Next( (Colable *)n ); }
Note:
See TracChangeset
for help on using the changeset viewer.