View Source vterm_pid_ext (erldist_filter v1.1.0)

Link to this section Summary

Link to this section Types

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

Link to this section Functions

Link to this function

internal_vterm_to_binary(T, Opts)

View Source
-spec internal_vterm_to_binary(T, Opts) -> binary() when T :: t(), Opts :: term().
Link to this function

new(Node, Id, Serial, Creation)

View Source
-spec new(Node, Id, Serial, Creation) -> T
       when
           Node :: vterm:atom_t(),
           Id :: vterm:u32(),
           Serial :: vterm:u32(),
           Creation :: 0..3,
           T :: t().
-spec simplify(t()) -> term().