View Source TypeCheck.DefaultOverrides.Process (TypeCheck v0.13.7)
Summary
Types
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
dest() :: pid() | port() | (registered_name :: atom()) | {registered_name :: atom(), node()}
@type spawn_opt() :: :link | :monitor | {:monitor, monitor_option()} | {:priority, :low | :normal | :high} | {:fullsweep_after, non_neg_integer()} | {:min_heap_size, non_neg_integer()} | {:min_bin_vheap_size, non_neg_integer()} | {:max_heap_size, heap_size()} | {:message_queue_data, :off_heap | :on_heap}
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
spawn_opt() :: :link
| :monitor
| {:monitor, monitor_option()}
| {:priority, :low | :normal | :high}
| {:fullsweep_after, non_neg_integer()}
| {:min_heap_size, non_neg_integer()}
| {:min_bin_vheap_size, non_neg_integer()}
| {:max_heap_size, heap_size()}
| {:message_queue_data, :off_heap | :on_heap}
@type spawn_opts() :: [spawn_opt()]
(This type is managed by TypeCheck
,
which allows checking values against the type at runtime.)
Full definition:
spawn_opts() :: [spawn_opt()]