View Source TypeCheck.DefaultOverrides.Agent (TypeCheck v0.13.7)

Summary

Types

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Types

@type agent() :: pid() | {atom(), node()} | name()

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Full definition:

agent() :: pid() | {atom(), node()} | name()
@type name() :: atom() | {:global, term()} | {:via, module(), term()}

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Full definition:

name() :: atom() | {:global, term()} | {:via, module(), term()}
@type on_start() :: {:ok, pid()} | {:error, {:already_started, pid()} | term()}

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Full definition:

on_start() :: {:ok, pid()} | {:error, {:already_started, pid()} | term()}
@type state() :: term()

(This type is managed by TypeCheck, which allows checking values against the type at runtime.)

Full definition:

state() :: term()