$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-06 00:10:49
2015-09-06 2:12 GMT+02:00 Vicente J. Botet Escriba <vicente.botet_at_[hidden]
>:
> I don't know if it is bad or good practice. In any case we don't need to
> maintain the lock while notifying.
>
I've already modified the sources accordingly - please note that this
pattern (unlock before signaling) is not
necessary for fibers running in the same thread (because both run
sequential, not in parallel as threads do)