mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-17 01:32:32 +00:00
fixes for signaling interruption and wait
This commit is contained in:
@@ -73,6 +73,7 @@ fiber::interrupt() noexcept {
|
||||
BOOST_ASSERT( impl_);
|
||||
|
||||
impl_->request_interruption( true);
|
||||
context::active()->do_signal( impl_.get() );
|
||||
}
|
||||
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user