You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment read and write operations in the virtual-fs are async, but most other ops, like metadata , directory listing, etc are sync, which causes a significant problem on multiple layers.
At the moment read and write operations in the virtual-fs are async, but most other ops, like metadata , directory listing, etc are sync, which causes a significant problem on multiple layers.
All of these should be async!