whoppex

v0.1.0

  • Pages
  • Modules

    whoppex v0.1.0 Whoppex.Agent.ForeverNoOpAgent View Source

    Link to this section Summary

    Functions

    create_plan(arg1)

    Callback implementation for Whoppex.Agent.create_plan/1

    delay(time \\ {1, :second})
    delay(min_time, max_time)
    forever(plan)
    id(state)
    init(state)

    Callback implementation for Whoppex.Agent.init/1

    noop(state)
    pause(time \\ {1, :second})
    repeat(plan, times \\ 2)
    repeat_for_period(plan, time \\ {30, :second})

    Link to this section Functions

    Link to this function create_plan(arg1) View Source

    Callback implementation for Whoppex.Agent.create_plan/1.

    Link to this function delay(time \\ {1, :second}) View Source
    Link to this function delay(min_time, max_time) View Source
    Link to this function forever(plan) View Source
    Link to this function id(state) View Source
    Link to this function init(state) View Source

    Callback implementation for Whoppex.Agent.init/1.

    Link to this function noop(state) View Source
    Link to this function pause(time \\ {1, :second}) View Source
    Link to this function repeat(plan, times \\ 2) View Source
    Link to this function repeat_for_period(plan, time \\ {30, :second}) View Source

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