$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] shared mutex ( read -write lock) for fibers
From: Cristian Lorenzetto (cristian.lorenzetto_at_[hidden])
Date: 2017-12-23 17:59:47
is there a read-write lock for fibers?
fibers mutex works also in a "normal" Thread when the scheduler is not
installed?