View Source FileSystem.Backends.FSPoll (file_system v1.0.1)
File system backend for any OS.
Backend Options
:interval
(integer, default: 1000), polling interval
Using FSPoll Backend
Unlike other backends, polling backend is never automatically chosen in any OS environment, despite being usable on all platforms.
To use polling backend, one has to explicitly specify in the backend option.
Summary
Functions
Callback implementation for FileSystem.Backend.bootstrap/0
.
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.init/1
.
Callback implementation for FileSystem.Backend.known_events/0
.
Callback implementation for FileSystem.Backend.supported_systems/0
.
Functions
Callback implementation for FileSystem.Backend.bootstrap/0
.
Returns a specification to start this module under a supervisor.
See Supervisor
.
Callback implementation for GenServer.init/1
.
Callback implementation for FileSystem.Backend.known_events/0
.
Callback implementation for FileSystem.Backend.supported_systems/0
.