> > Any ideas on how to keep that get_next_thumb() function from accessing > the queue in a thread safe manner? >
Doh.. I had forgotten to unlock the mutex after a cond_.wait(mutex_); Everything works :) _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
