Search
OPQ: One Pooled Queue
v4.0.3
Pages
Modules
Settings
View Source
OPQ
(OPQ: One Pooled Queue v4.0.3)
A simple, in-memory queue with worker pooling and rate limiting in Elixir.
Link to this section
Summary
Functions
child_spec(opts \\ [])
enqueue(feeder, event)
enqueue(feeder, mod, fun, args)
info(feeder)
init(opts \\ [])
pause(feeder)
queue(feeder)
resume(feeder)
start_link(opts \\ [])
stop(feeder)
Link to this section
Functions
Link to this function
child_spec(opts \\ [])
View Source
Link to this function
enqueue(feeder, event)
View Source
Link to this function
enqueue(feeder, mod, fun, args)
View Source
Link to this function
info(feeder)
View Source
Link to this function
init(opts \\ [])
View Source
Link to this function
pause(feeder)
View Source
Link to this function
queue(feeder)
View Source
Link to this function
resume(feeder)
View Source
Link to this function
start_link(opts \\ [])
View Source
Link to this function
stop(feeder)
View Source