- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
r8fc652e0 r6d1790c 159 159 160 160 static inline void ?{}(io_cancellation & this) { this.target = -1u; } 161 static inline void ^?{}(io_cancellation & this) {}161 static inline void ^?{}(io_cancellation &) {} 162 162 bool cancel(io_cancellation & this); 163 163
Note:
See TracChangeset
for help on using the changeset viewer.