mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-18 01:52:24 +00:00
add noexcept keyword to scheduler::wait_until() and context::wait_until()
This commit is contained in:
@@ -164,7 +164,7 @@ context::yield() noexcept {
|
||||
}
|
||||
|
||||
bool
|
||||
context::wait_until( std::chrono::steady_clock::time_point const& tp) {
|
||||
context::wait_until( std::chrono::steady_clock::time_point const& tp) noexcept {
|
||||
BOOST_ASSERT( nullptr != scheduler_);
|
||||
BOOST_ASSERT( this == active_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user