RaftEx.LogWalSupervisor (raft_ex v0.1.0)

View Source

Supervisor for the WAL (Write-Ahead Log) and its helper processes.

Restarts the WAL on failure and manages the WAL sync worker.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(config)