View Source vterm_new_pid_ext (erldist_filter v1.28.5)

Summary

Types

-type t() ::
    #vterm_new_pid_ext{node :: vterm:atom_t(),
                       id :: vterm:u32(),
                       serial :: vterm:u32(),
                       creation :: vterm:u32()}.

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 :: vterm:u32(),
           T :: t().
-spec simplify(t()) -> term().