# `Baby.Log.Acceptor`
[🔗](https://github.com/mwmiller/baby_ex/blob/main/lib/baby/log/acceptor.ex#L1)

Disk queue for incoming bamboo data

The writing process, with its included verification, is much
slower than the reading process.  This means that peers are
sending data much faster than we can store it.

As such, we have this level of indirection which gets the
data out of memory (including process mailboxes) and on to
disk.  We may even be able to recover old data upon restart

# `ack_job`

# `add_job`

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `init`

# `next_job`

# `start_link`

---

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