mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-12 12:02:54 +00:00
some mods
This commit is contained in:
@@ -22,7 +22,7 @@ namespace fibers {
|
||||
condition::condition() :
|
||||
cmd_( SLEEPING),
|
||||
waiters_( 0),
|
||||
enter_mtx_( false),
|
||||
enter_mtx_(),
|
||||
check_mtx_(),
|
||||
waiting_mtx_(),
|
||||
waiting_()
|
||||
|
||||
Reference in New Issue
Block a user