NKID00 commented on PR #4885:
URL: https://github.com/apache/opendal/pull/4885#issuecomment-2227807697

   > That sounds great. I recall ihciah mentioning that they've done some work 
internally to make monoio compatible with the tokio runtime.
   
   Yes, there is already a compatibility layer crate `monoio-compat`. But 
AFAIK, this crate focuses only on api-level compatibility with tokio. It mainly 
facilitates porting existing tokio-based code (especially network related) to 
monoio and still requires user to run the code in context of monoio. However 
the goal of monoiofs is to operate even in context of other runtime such as 
tokio, and we don't need to port existing code either.
   
   > Do you think this feature should be integrated into the upstream monoio?
   
   My code here only focuses on our use case inside monoiofs. There are a few 
issue comments in monoio requesting similar feature but most of them concern 
other scenarios. Maybe we can later generalize it and contribute that to monoio.


-- 
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]

Reply via email to