Lister is designed to list entries at given path in an asynchronous manner.
&mut self in async napi methods should be marked as unsafe
napi will make sure the function is safe, and we didn't do unsafe thing internally.
Copyright © 2022-2024, The Apache Software Foundation. Apache OpenDAL, OpenDAL, and Apache are either registered trademarks or trademarks of the Apache Software Foundation.
Lister is designed to list entries at given path in an asynchronous manner.