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
Add important documentation on the async nature of Vfs::startImpl()
This is to inform/warn VFS implementors of the fact that starting the
VFS implementation is assumed to possibly start in the background. But
more importantly: the client will not "wait" for one VFS instance to be
started before calling `start` on a second instance. Meaning:
synchronization (when needed) has to be done by the VFS impementation
itself.
0 commit comments