-
Notifications
You must be signed in to change notification settings - Fork 688
Closed
Description
Hi, I've been making a userspace filesystem library for Rust (planning to wrap both FUSE and Dokany - with the FUSE half pretty much done already), and I noticed one problem that's stopping me from doing the dokany side - lack of async support. I'm using the low-level FUSE functions which have a "reply" callback, rather than synchronously using the return value from the function.
Is anything liked this planned or in the works for Dokany?