2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-11 23:52:29 +00:00

doc update

This commit is contained in:
Oliver Kowalke
2014-09-09 20:40:26 +02:00
parent ef7eff3d43
commit c005bb2c8f
13 changed files with 279 additions and 100 deletions

View File

@@ -95,7 +95,7 @@ void fm_set_sched_algo( sched_algorithm * algo)
fiber_manager * fm = detail::scheduler::instance();
BOOST_ASSERT( 0 != fm);
fm->sched_algo_ = algo;
fm->def_algo_.reset();
}