Index: libcfa/src/concurrency/actor.hfa
===================================================================
--- libcfa/src/concurrency/actor.hfa	(revision a1f0cb667245ca06f92ac43da8ee0b87f481ab7a)
+++ libcfa/src/concurrency/actor.hfa	(revision 508671e9dbeb6b5151c94cd279ea6e19f95e65b5)
@@ -585,5 +585,9 @@
     for ( unsigned int i = 0;; i = (i + 1) % range ) { // cycle through set of request buffers
         curr_work_queue = request_queues[i + start];
-        
+
+        #ifndef __STEAL
+        CHECK_TERMINATION;
+        #endif
+
         // check if queue is empty before trying to gulp it
         if ( is_empty( *curr_work_queue->c_queue ) ) {
