input/uring: add noexcept
This commit is contained in:
@@ -80,7 +80,7 @@ public:
|
||||
});
|
||||
}
|
||||
|
||||
~UringInputStream() override {
|
||||
~UringInputStream() noexcept override {
|
||||
BlockingCall(GetEventLoop(), [this](){
|
||||
CancelUring();
|
||||
});
|
||||
|
Reference in New Issue
Block a user