Boost logo

Boost :

Subject: Re: [boost] Crosscompiling context and fiber without multithreading
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2017-01-09 10:22:55


- boost.fiber: you have to implement your own scheduling algorithm because
the provided implementations use std::mutex
- boost.context (required by boost.fiber): uses std::call_once() -> needs
to be patched


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