whoppex v0.1.0 Whoppex.Commander View Source

Link to this section Summary

Link to this section Functions

Link to this function launch_agent(spec, delay \\ {0, :milliseconds}) View Source
launch_agent(%Whoppex.Agent{module: term, state: term}, System.time_unit) :: :ok
Link to this function launch_agents_every(n, spec, delay \\ {0, :milliseconds}) View Source
launch_agents_every(non_neg_integer, %Whoppex.Agent{module: term, state: term}, System.time_unit) :: :ok
Link to this function launch_agents_over(n, spec, period \\ {30, :seconds}) View Source
launch_agents_over(non_neg_integer, %Whoppex.Agent{module: term, state: term}, System.time_unit) :: :ok
Link to this function launch_mix_every(specs, delay \\ {0, :milliseconds}) View Source
launch_mix_every([%Whoppex.Agent{module: term, state: term}], System.time_unit) :: :ok
Link to this function launch_mix_over(specs, period \\ {30, :seconds}) View Source
launch_mix_over([%Whoppex.Agent{module: term, state: term}], System.time_unit) :: :ok