View Source vdist_dop_spawn_request (erldist_filter v1.28.5)
Summary
Types
-type t() :: #vdist_dop_spawn_request{req_id :: vterm:reference_t(), from :: vterm:pid_t(), group_leader :: vterm:pid_t(), module :: vterm:atom_t(), function :: vterm:atom_t(), arity :: vterm:fixed_integer_t(), opt_list :: [vterm:t()]}.
Functions
-spec into_control_message_vterm(T) -> vterm:tuple_t() when T :: t().
-spec new(ReqId, From, GroupLeader, Module, Function, Arity, OptList) -> T when ReqId :: vterm:reference_t(), From :: vterm:pid_t(), GroupLeader :: vterm:pid_t(), Module :: vterm:atom_t(), Function :: vterm:atom_t(), Arity :: vterm:fixed_integer_t(), OptList :: [vterm:t()], T :: t().
-spec sequence_id(T) -> vdist:sequence_id() when T :: t().