# `PaxosKV.PauseUntil`

A special GenServer that executes a function during initialization.

This module is used to pause the supervisor's startup sequence until a given
function completes. After executing the function, the GenServer returns
`:ignore`, which causes it to not be added to the supervision tree.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `init`

# `start_link`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
