NKID00 opened a new pull request, #4944: URL: https://github.com/apache/opendal/pull/4944
Part of #4552. This PR implements basic read and write operations for `monoiofs`. The implementation differs from `compfs` in that file opened with monoio is stored within the worker thread because it is non-Send and non-Sync. Read and write operations send buffers to worker thread and receive results instead of send futures. This PR also introduces behavior tests for `monoiofs`. Implementations of stat and delete are borrowed from `FsBackend` to satisfy requirements of behavior tests. They are not implemented natively because monoio's support for file metadata is not released yet and file deletion is currently not implemented. -- 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]
