예제 #1
0
void test_adopt_lock()
{
    boost::fibers::round_robin ds;
    boost::fibers::scheduling_algorithm( & ds);

    adopt_lock();
}
예제 #2
0
void test_adopt_lock()
{
    adopt_lock();
}