input/uring: add noexcept

This commit is contained in:
Max Kellermann 2020-08-14 16:44:59 +02:00
parent 3f0805e7f6
commit ddb524b6b2

View File

@ -80,7 +80,7 @@ public:
}); });
} }
~UringInputStream() override { ~UringInputStream() noexcept override {
BlockingCall(GetEventLoop(), [this](){ BlockingCall(GetEventLoop(), [this](){
CancelUring(); CancelUring();
}); });