antikythera
v0.5.1

        View Source AntikytheraCore.Context (antikythera v0.5.1)

        Summary

        Functions

        make(gear_name, entry_point, context_id \\ nil, epool_id \\ nil)
        make_context_id(t)
        make_context_id(t, node_id)

        Functions

        Link to this function

        make(gear_name, entry_point, context_id \\ nil, epool_id \\ nil)

        View Source
        @spec make(
          Antikythera.GearName.t(),
          nil | Antikythera.Context.GearEntryPoint.t(),
          nil | Antikythera.ContextId.t(),
          nil | Antikythera.ExecutorPool.Id.t()
        ) :: Antikythera.Context.t()
        Link to this function

        make_context_id(t)

        View Source
        @spec make_context_id(Antikythera.Time.t()) :: Antikythera.ContextId.t()
        Link to this function

        make_context_id(t, node_id)

        View Source
        @spec make_context_id(Antikythera.Time.t(), Antikythera.NodeId.t()) ::
          Antikythera.ContextId.t()

        Hex Package Hex Preview (current file) Download ePub version

        Built using ExDoc (v0.30.9) for the Elixir programming language