mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
ircd::ctx: Add interruption point before yield to asio.
This commit is contained in:
parent
68d0561788
commit
67e6d363db
1 changed files with 1 additions and 0 deletions
|
@ -1002,6 +1002,7 @@ ircd::ctx::to_asio::to_asio(const interruptor &intr)
|
||||||
false_predicate, intr
|
false_predicate, intr
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
self->interruption_point();
|
||||||
}
|
}
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in a new issue