Index: libcfa/src/concurrency/kernel/fwd.hfa
===================================================================
--- libcfa/src/concurrency/kernel/fwd.hfa	(revision 1a567d0b9a1631f52b82268eb951631dcccf030a)
+++ libcfa/src/concurrency/kernel/fwd.hfa	(revision 8e819a94d8115bf4605e13dfbb79f504db752d6e)
@@ -248,4 +248,5 @@
 			// check if the future is available
 			bool available( future_t & this ) {
+				while( this.ptr == 2p ) Pause();
 				return this.ptr == 1p;
 			}
