Changeset a55472cc for libcfa/src/concurrency/io
- Timestamp:
- Oct 11, 2022, 1:14:04 PM (3 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 1e30df7, 3fcb5921, 4f102fa
- Parents:
- a46f7b6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/types.hfa
ra46f7b6 ra55472cc 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.