0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-25 23:14:13 +01:00

ircd::aio: Additional assertion.

This commit is contained in:
Jason Volk 2018-12-29 20:15:24 -08:00
parent 663b164f39
commit ba7ad88d7a

View file

@ -613,6 +613,7 @@ try
in_flight += submitted;
qcount -= submitted;
assert(!qcount);
return submitted;
}
catch(const std::system_error &e)