mirror of
https://github.com/matrix-construct/construct
synced 2024-12-27 07:54:05 +01:00
ircd::aio: Additional assertion.
This commit is contained in:
parent
663b164f39
commit
ba7ad88d7a
1 changed files with 1 additions and 0 deletions
|
@ -613,6 +613,7 @@ try
|
||||||
|
|
||||||
in_flight += submitted;
|
in_flight += submitted;
|
||||||
qcount -= submitted;
|
qcount -= submitted;
|
||||||
|
assert(!qcount);
|
||||||
return submitted;
|
return submitted;
|
||||||
}
|
}
|
||||||
catch(const std::system_error &e)
|
catch(const std::system_error &e)
|
||||||
|
|
Loading…
Reference in a new issue