View Source vdist_dop_monitor_p (erldist_filter v1.1.0)

Link to this section Summary

Link to this section Types

-type t() :: #vdist_dop_monitor_p{}.

Link to this section 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(FromPid, ToProc, Ref)

View Source
-spec new(FromPid, ToProc, Ref) -> T
       when
           FromPid :: vterm:pid_t(),
           ToProc :: vterm:pid_t() | vterm:atom_t(),
           Ref :: vterm:reference_t(),
           T :: t().
-spec sequence_id(T) -> vdist:sequence_id() when T :: t().