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:
parent
663b164f39
commit
ba7ad88d7a
1 changed files with 1 additions and 0 deletions
|
@ -613,6 +613,7 @@ try
|
|||
|
||||
in_flight += submitted;
|
||||
qcount -= submitted;
|
||||
assert(!qcount);
|
||||
return submitted;
|
||||
}
|
||||
catch(const std::system_error &e)
|
||||
|
|
Loading…
Reference in a new issue