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