Box.PoolProcessor.Manager (box v0.15.1)

View Source

Summary

Functions

Returns a specification to start this module under a supervisor.

Starts a state

Types

option()

@type option() ::
  {:size, non_neg_integer()}
  | {:supervisor_pid, pid()}
  | {:queue, Box.PoolProcessor.Manager.State.queue_spec() | module()}

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(args)

@spec start_link([option()]) :: GenServer.on_start()

Starts a state