dist_agent

v0.1.1

  • Pages
  • Modules

    dist_agent v0.1.1 DistAgent.State View Source

    Link to this section Summary

    Types

    pending_commands()
    t()

    Functions

    valid?(v)

    Link to this section Types

    Link to this type pending_commands() View Source
    pending_commands() :: %{
      optional(non_neg_integer()) => DistAgent.Behaviour.command()
    }
    Link to this type t() View Source
    t() ::
      {:preparing, pending_commands(), DistAgent.OnTick.tick_count()}
      | {:ok, DistAgent.Behaviour.data(), pending_commands(), DistAgent.OnTick.t()}

    Link to this section Functions

    Link to this function valid?(v) View Source
    valid?(any()) :: boolean()

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