View Source ExWal.FS.Syncing (ex_wal v0.3.0)
Syncing file system. This implementation create syncing file which provider better write performance.
Summary
Functions
Returns a specification to start this module under a supervisor.
Types
@type t() :: %ExWal.FS.Syncing{ dynamic: atom(), fs: ExWal.FS.t(), name: GenServer.name(), registry: atom() }