Changeset f815c46
- Timestamp:
- Mar 2, 2021, 2:38:47 PM (4 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 55d6affb
- Parents:
- d5006b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/io/setup.cfa
rd5006b1 rf815c46 30 30 void ?{}($io_context & this, struct cluster & cl) {} 31 31 void ^?{}($io_context & this) {} 32 33 void __cfa_io_start( processor * proc ) {} 34 void __cfa_io_flush( processor * proc ) {} 35 void __cfa_io_stop ( processor * proc ) {} 32 36 33 37 $io_arbiter * create(void) { return 0p; }
Note: See TracChangeset
for help on using the changeset viewer.