chickadee » fuse » filesystem-wait!

filesystem-wait! path filesystem #!optional statusprocedure

Block until filesystem is started or stopped at path.

path should be a pathname string and must exactly match the value provided to filesystem-start! when the filesystem was started (according to string=?).

The optional status argument should be a symbol indicating the filesystem state for which to wait, either started or stopped. If not specified, stopped is used.