# parent v0.13.0 - Table of Contents

## Pages

- [Parent](readme.md)

## Modules

- Core
  - [Parent](Parent.md): Functions for implementing a parent process.
  - [Parent.Client](Parent.Client.md): Functions for interacting with parent's children from other processes.

- Behaviours
  - [Parent.GenServer](Parent.GenServer.md): GenServer with parenting capabilities powered by `Parent`.
  - [Parent.Supervisor](Parent.Supervisor.md): Supervisor of child processes.

- Periodic job execution
  - [Periodic](Periodic.md): Periodic job execution.
  - [Periodic.Logger](Periodic.Logger.md): Telemetry handler that support basic logging of periodic scheduler events.
  - [Periodic.Test](Periodic.Test.md): Helpers for testing a periodic job.

