OPQ: One Pooled Queue
v4.0.2
  • Pages
  • Modules

    View Source OPQ (OPQ: One Pooled Queue v4.0.2)

    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

    Hex Package Hex Preview (current file)

    Built using ExDoc (v0.29.4) for the Elixir programming language