- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
ra892e61 rd529ad0 92 92 struct { 93 93 $io_context * ctx; 94 bool pending;95 bool dirty;94 volatile bool pending; 95 volatile bool dirty; 96 96 } io; 97 97
Note:
See TracChangeset
for help on using the changeset viewer.