mirror of
https://github.com/boostorg/fiber.git
synced 2026-02-18 14:02:18 +00:00
fix typo: bounded_queue::pop_wait_for()
This commit is contained in:
@@ -147,7 +147,6 @@ protecting the internal state of a mutex or condition_variable.]]
|
||||
|
||||
[variablelist
|
||||
[[Effects:] [Suspends active fiber while immediately set to ready-state.]]
|
||||
otherwise.]]
|
||||
]
|
||||
|
||||
[member_heading algorithm..get_main_id]
|
||||
|
||||
@@ -672,7 +672,7 @@ public:
|
||||
}
|
||||
|
||||
template< typename Rep, typename Period >
|
||||
queue_op_status pop_ait_for( value_type va,
|
||||
queue_op_status pop_wait_for( value_type va,
|
||||
chrono::duration< Rep, Period > const& timeout_duration)
|
||||
{ return pop_wait_until( va, clock_type::now() + timeout_duration); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user