Commit ddb524b6 authored by Max Kellermann's avatar Max Kellermann

input/uring: add `noexcept`

parent 3f0805e7
...@@ -80,7 +80,7 @@ public: ...@@ -80,7 +80,7 @@ public:
}); });
} }
~UringInputStream() override { ~UringInputStream() noexcept override {
BlockingCall(GetEventLoop(), [this](){ BlockingCall(GetEventLoop(), [this](){
CancelUring(); CancelUring();
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment