antikythera

v0.2.0

  • Pages
  • Modules
  • Mix Tasks

    antikythera v0.2.0 Antikythera.ExecutorPool.Id View Source

    Link to this section Summary

    Types

    nopool_t()
    t()

    Functions

    nopool()
    to_string(epool_id)
    valid?(v)

    Link to this section Types

    Link to this type nopool_t() View Source
    nopool_t() :: :nopool
    Link to this type t() View Source
    t() ::
      {:gear, Antikythera.GearName.t()} |
      {:tenant, Antikythera.TenantId.t()}

    Link to this section Functions

    Link to this function nopool() View Source
    Link to this function to_string(epool_id) View Source
    to_string(t()) :: String.t()
    Link to this function valid?(v) View Source
    valid?(term()) :: boolean()

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