View Source Nostrum.Store.Supervisor (Nostrum v0.9.0)

Supervises processes managing nostrum's internal state.

Please see the following modules for more details:

Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for Supervisor.init/1.

Functions

Link to this function

child_spec(init_arg)

View Source (since 0.8.0)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

init(list)

View Source (since 0.8.0)

Callback implementation for Supervisor.init/1.

Link to this function

start_link(list)

View Source (since 0.8.0)