Index: libcfa/src/concurrency/io/setup.cfa
===================================================================
--- libcfa/src/concurrency/io/setup.cfa	(revision e8738389410418fb54ab3de5094d7dfde4c07aa7)
+++ libcfa/src/concurrency/io/setup.cfa	(revision c28ea4e2bf0768f205a4ffa626565b1cbfedfb95)
@@ -276,5 +276,5 @@
 			}
 		} else {
-			unpark( &thrd );
+			post( this.thrd.sem );
 		}
 
