Changes in libcfa/src/concurrency/invoke.h [d3314ae:304de00]
- File:
-
- 1 edited
-
libcfa/src/concurrency/invoke.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
rd3314ae r304de00 225 225 226 226 static inline $thread * volatile & ?`next ( $thread * this ) __attribute__((const)) { 227 return this->seqable. next;227 return this->seqable.back; 228 228 } 229 229
Note:
See TracChangeset
for help on using the changeset viewer.