chaperon v0.3.1
  • Pages
  • Modules

    View Source Chaperon.Worker.Supervisor (chaperon v0.3.1)

    Chaperon worker process supervisor. Each Chaperon.Scenario is executed with a Chaperon.Session inside a Chaperon.Worker Task process supervised by this supervisor.

    Link to this section Summary

    Functions

    async(func)
    async(node, func)
    async(node, mod, func, args)
    schedule_async(func)
    schedule_async(mod, func, args)
    start_nested_worker(node, scenario_mod, session, config, timeout)
    start_worker(node, scenario_mod, config, timeout)
    start_workers(nodes, amount, scenario_mod, config, timeout)
    worker_task(node, scenario_mod, function, args, timeout)

    Link to this section Functions

    Link to this function

    async(func)

    View Source
    Link to this function

    async(node, func)

    View Source
    Link to this function

    async(node, mod, func, args)

    View Source
    Link to this function

    schedule_async(func)

    View Source
    Link to this function

    schedule_async(mod, func, args)

    View Source
    Link to this function

    start_nested_worker(node, scenario_mod, session, config, timeout)

    View Source
    Link to this function

    start_worker(node, scenario_mod, config, timeout)

    View Source
    Link to this function

    start_workers(nodes, amount, scenario_mod, config, timeout)

    View Source
    Link to this function

    worker_task(node, scenario_mod, function, args, timeout)

    View Source

    Hex Package Hex Preview (current file) Download ePub version

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