0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-07-01 00:08:22 +02:00

ircd:Ⓜ️:typing: Add interruption point before wait in loop.

This commit is contained in:
Jason Volk 2020-03-19 12:32:14 -07:00
parent eb4fdfd036
commit 014b6e9a9b

View file

@ -343,6 +343,7 @@ try
{
while(1)
{
ctx::interruption_point();
timeout_dock.wait([]
{
return !typists.empty();