mirror of
https://github.com/matrix-construct/construct
synced 2024-11-15 22:41:12 +01:00
ircd::ctx: Fix erroneous comment. [ci skip]
This commit is contained in:
parent
ec74762f01
commit
c784d12318
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ ircd::ctx::this_ctx::wait_until(const system_point &tp)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Wait for a notification until a point in time. If there is a notification
|
/// Wait for a notification until a point in time. If there is a notification
|
||||||
/// then returns true. If there's never a notification then returns false.
|
/// then returns false. If there's never a notification then returns true.
|
||||||
/// interruption point. this is not noexcept.
|
/// interruption point. this is not noexcept.
|
||||||
template<class E>
|
template<class E>
|
||||||
inline ircd::nothrow_overload<E, bool>
|
inline ircd::nothrow_overload<E, bool>
|
||||||
|
|
Loading…
Reference in a new issue