Bartosz Kostrzewa napisaƂ(a):
> Doh.. I had forgotten to unlock the mutex after a cond_.wait(mutex_);
>   
That's exactly why it's better to use a scoped lock (Mutex::Lock in this
case) instead of locking/unlocking mutex objects directly.
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to