2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-19 02:12:24 +00:00

bild isntructions

This commit is contained in:
Oliver Kowalke
2013-02-21 16:34:09 +01:00
parent 81e7a0d2f6
commit efe010ca7a
2 changed files with 11 additions and 1 deletions

View File

@@ -91,9 +91,9 @@ public:
// store this fiber in order to be notified later
unique_lock< detail::spinlock > lk( waiting_mtx_);
waiting_.push_back( n);
lt.unlock();
lk.unlock();
lt.unlock();
while ( ! n->is_ready() )
{
fprintf(stdout, "condition: main-fiber not woken-up\n");