View Source vdist_dop_spawn_reply_tt (erldist_filter v1.28.5)

Summary

Types

-type t() ::
    #vdist_dop_spawn_reply_tt{req_id :: vterm:reference_t(),
                              to :: vterm:pid_t(),
                              flags :: vterm:fixed_integer_t(),
                              result :: vterm:atom_t() | vterm:pid_t(),
                              token :: vterm:t()}.

Functions

-spec has_payload(T) -> boolean() when T :: t().
Link to this function

into_control_message_vterm(T)

View Source
-spec into_control_message_vterm(T) -> vterm:tuple_t() when T :: t().
Link to this function

new(ReqId, To, Flags, Result, Token)

View Source
-spec new(ReqId, To, Flags, Result, Token) -> T
       when
           ReqId :: vterm:reference_t(),
           To :: vterm:pid_t(),
           Flags :: vterm:fixed_integer_t(),
           Result :: vterm:atom_t() | vterm:pid_t(),
           Token :: vterm:t(),
           T :: t().
-spec sequence_id(T) -> vdist:sequence_id() when T :: t().