$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost.Fiber mini-review September 4-13
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2015-09-05 02:42:45
2015-09-04 21:05 GMT+02:00 AgustÃn K-ballo Bergé <kaballo86_at_[hidden]>:
> Although holding a mutex while firing on the condition variable is
> considered bad practice, so this would be even better:
>
do you have a reference?
in Butenhof's examples pthread_cond_signal/pthread_cond_broadcast are
always called if front of pthread_mutex_unlock