event/IdleMonitor: add "noexcept"

This commit is contained in:
Max Kellermann
2017-11-12 17:40:25 +01:00
parent b57e2f5521
commit cf483107c9
9 changed files with 19 additions and 19 deletions

View File

@@ -110,7 +110,7 @@ FullyBufferedSocket::OnSocketReady(unsigned flags) noexcept
}
void
FullyBufferedSocket::OnIdle()
FullyBufferedSocket::OnIdle() noexcept
{
if (Flush() && !output.empty())
ScheduleWrite();