event/IdleMonitor: add "noexcept"
This commit is contained in:
@@ -89,7 +89,7 @@ MultiSocketMonitor::Prepare()
|
||||
}
|
||||
|
||||
void
|
||||
MultiSocketMonitor::OnIdle()
|
||||
MultiSocketMonitor::OnIdle() noexcept
|
||||
{
|
||||
if (ready) {
|
||||
ready = false;
|
||||
|
Reference in New Issue
Block a user