Lister is designed to list entries at a 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 things internally.
Lister is designed to list entries at a given path in an asynchronous manner.