Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
driver: ignore errors from uring while cleaning up (#154)
In the driver drop code, don't assume the call to wait for a completion will always succeed. This assumption can lead to a panic as we were unwrapping an error result.
- Loading branch information