chaperon

v0.2.3

  • Pages
  • Modules
  • Exceptions

    chaperon v0.2.3 Chaperon.Worker.Supervisor View Source

    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_link()
    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_link() 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

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