mirror of
https://github.com/matrix-construct/construct
synced 2025-02-18 01:30:12 +01:00
ircd::ctx: Use better notify member here.
This commit is contained in:
parent
be7a20d39a
commit
d2fbc30d4e
1 changed files with 2 additions and 2 deletions
|
@ -77,9 +77,9 @@ inline void
|
||||||
ircd::ctx::dock::notify_all()
|
ircd::ctx::dock::notify_all()
|
||||||
noexcept
|
noexcept
|
||||||
{
|
{
|
||||||
q.for_each([](ctx &c)
|
q.for_each([this](ctx &c)
|
||||||
{
|
{
|
||||||
ircd::ctx::notify(c);
|
notify(c);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue