$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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