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.)
Full definition:
agent() :: pid() | {atom(), node()} | name()
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
name() :: atom() | {:global, term()} | {:via, module(), 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()