async

v1.0.1

  • Pages
  • Modules

    async v1.0.1 Async View Source

    Link to this section Summary

    Functions

    child_spec(arg)

    Returns a specification to start this module under a supervisor

    queue_list()
    run(f)
    run(q, f)
    run(m, f, a)
    run(q, m, f, a)
    start_default_queue()
    start_link(state)
    start_queue(q)
    start_queue(q, o)
    stop_queue(q)

    Link to this section Functions

    Link to this function child_spec(arg) View Source

    Returns a specification to start this module under a supervisor.

    See Supervisor.

    Link to this function queue_list() View Source
    Link to this function run(f) View Source
    Link to this function run(q, f) View Source
    Link to this function run(m, f, a) View Source
    Link to this function run(q, m, f, a) View Source
    Link to this function start_default_queue() View Source
    Link to this function start_link(state) View Source
    Link to this function start_queue(q) View Source
    Link to this function start_queue(q, o) View Source
    Link to this function stop_queue(q) View Source

    Built using ExDoc (v0.18.3), designed by Friedel Ziegelmayer.