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

Summary

Types

t()

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

Types

@type t() :: %Task{mfa: term(), owner: pid(), pid: pid() | nil, ref: reference()}

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

Full definition:

t() :: %Task{owner: pid(), pid: pid() | nil, ref: reference()}