0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-09-28 19:58:53 +02:00

ircd::ctx: Add interruption point before yield to asio.

This commit is contained in:
Jason Volk 2018-12-20 14:21:48 -08:00
parent 68d0561788
commit 67e6d363db

View file

@ -1002,6 +1002,7 @@ ircd::ctx::to_asio::to_asio(const interruptor &intr)
false_predicate, intr false_predicate, intr
} }
{ {
self->interruption_point();
} }
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////