Index: libcfa/src/concurrency/invoke.h
===================================================================
--- libcfa/src/concurrency/invoke.h	(revision d27b6be1464644fcbf97301269c8fb01bcfc1766)
+++ libcfa/src/concurrency/invoke.h	(revision 304de00717ef6362ebb9fec97808ec4a0cdc837c)
@@ -224,4 +224,8 @@
 		}
 
+		static inline $thread * volatile & ?`next ( $thread * this )  __attribute__((const)) {
+			return this->seqable.back;
+		}
+
 		static inline $thread *& Back( $thread * this ) __attribute__((const)) {
 			return this->seqable.back;
