mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
ircd::ctx: Minor commentary.
This commit is contained in:
parent
f2cfa5eccf
commit
7723e45de5
2 changed files with 3 additions and 3 deletions
|
@ -140,8 +140,8 @@ namespace ircd
|
|||
/// or anywhere up the stack from it. This device does not prevent a switch
|
||||
/// and may carry no meaning outside of debug-mode compilation. It is good
|
||||
/// practice to use this device even when it appears obvious the section's
|
||||
/// callgraph has no chance of yielding; code changes, and everything up
|
||||
/// up the graph can change without taking notice of your section.
|
||||
/// callgraph has no chance of yielding; code changes, and everything up the
|
||||
/// graph can change without taking notice of your section.
|
||||
///
|
||||
class ircd::ctx::this_ctx::critical_assertion
|
||||
{
|
||||
|
|
|
@ -76,7 +76,7 @@ noexcept
|
|||
/// Wake up the next context waiting on the dock
|
||||
///
|
||||
/// Unlike notify_one(), the next context in the queue is repositioned in the
|
||||
/// back before being woken up for better fairness.
|
||||
/// back before being woken up for fairness.
|
||||
inline void
|
||||
ircd::ctx::dock::notify()
|
||||
noexcept
|
||||
|
|
Loading…
Reference in a new issue