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