Boost logo

Boost :

Subject: Re: [boost] [asio] condition_variable for coroutine-powered ASIO
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2013-08-04 04:12:29


Using condition-vars withcorpoutones is uncommon. If you need sync. between
executoon context use boost.fiber (contains mutex, cond-vats, barrier,...)
based on boost.context. it contains a integration into boost.asio (eq. to
yield_context) too.
github.com/olk/boost-fiber


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk