file_system v0.2.1 API Reference
Modules
FileSystem
FileSystem Backend Behaviour
This file is a fork from https://github.com/synrc/fs.
FileSysetm backend for linux and freebsd, a GenServer receive data from Port, parse event
and send it to the worker process.
Need inotify-tools
installed to use this backend
This file is a fork from https://github.com/synrc/fs. FileSysetm backend for macos, a GenServer receive data from Port, parse event and send it to the worker process. Will compile executable the buildin executable file when file the first time it is used
This file is a fork from https://github.com/synrc/fs. FileSysetm backend for windows, a GenServer receive data from Port, parse event and send it to the worker process. Need binary executable file packaged in to use this backend
FileSystem Worker Process with the backend GenServer, receive events from Port Process and forward it to subscribers