mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-21 15:02:29 +00:00
enable atomics with BOOST_FIBERS_USE_ATOMCIS
This commit is contained in:
@@ -128,7 +128,7 @@ fiber_manager::run() {
|
||||
}
|
||||
}
|
||||
|
||||
#if defined(BOOST_FIBERS_THREADSAFE)
|
||||
#if defined(BOOST_FIBERS_USE_ATOMICS)
|
||||
void
|
||||
fiber_manager::wait( std::unique_lock< detail::spinlock > & lk) {
|
||||
wait_until(
|
||||
|
||||
Reference in New Issue
Block a user