Mount supervisor.
Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for DynamicSupervisor.init/1.
Start a child (a supervised filesystem). The arguments are the mount
point, the implementation module and the options / config. See Exfuse.mount/3
for more details.
Starts the supervisor and links to it.
Return the supervisors running children. See Supervisor.which_children/1 for
more details.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Callback implementation for DynamicSupervisor.init/1.
Start a child (a supervised filesystem). The arguments are the mount
point, the implementation module and the options / config. See Exfuse.mount/3
for more details.
Starts the supervisor and links to it.
@spec which_children() :: [{:undefined, Supervisor.child(), :worker, [Exfuse.Server]}]
Return the supervisors running children. See Supervisor.which_children/1 for
more details.