API Reference peeper v#0.3.1
View SourceModules
Peeper.GenServer
is an almost drop-in replacement for GenServer
that preserves the state
between crashes. All the callbacks from GenServer
are supported.
A drop-in replacement for use GenServer
that preserves state between crashes.
The listener that might be implemented and attached to the Peeper.GenServer
to receive notifications about process state changes and/or terminations.
Core state management module for the Peeper framework.
Supervisor for the Peeper framework that manages the state-preserving GenServer processes.