API Reference Tasque v#1.0.0
View SourceModules
An asynchronous, bounded-concurrency task queue for Elixir.
Internal GenServer that manages the FIFO task queue, concurrency gating, and dispatch loop for a single Tasque instance.
Internal supervisor that manages the process pair for a single Tasque
instance: a Task.Supervisor and a Tasque.Queue GenServer.