Xuanwo commented on issue #5995: URL: https://github.com/apache/opendal/issues/5995#issuecomment-2791410560
Some background: OpenDAL provides a [`BlockingLayer`](https://github.com/apache/opendal/blob/main/core/src/layers/blocking.rs) that allows services with only async support to perform blocking operations. However, while we ensure that all operations are handled within an async runtime, the `drop` operation is not covered. Perhaps we should implement `Drop` in all `BlockingWrapper` instances. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
