2
0
mirror of https://github.com/boostorg/fiber.git synced 2026-02-12 12:02:54 +00:00

fix migartion example

This commit is contained in:
Oliver Kowalke
2015-01-10 21:22:09 +01:00
parent bfde9ecae6
commit 97d13ccc70

View File

@@ -43,7 +43,7 @@ workstealing_round_robin::priority( boost::fibers::detail::worker_fiber * f, int
}
boost::fibers::fiber
workstealing_round_robin::steal() BOOST_NOEXCEPT
workstealing_round_robin::steal()
{
boost::mutex::scoped_lock lk( mtx_);
boost::fibers::detail::worker_fiber * f = 0;