View Source vterm_pid_ext (erldist_filter v1.28.5)
Summary
Types
-type t() :: #vterm_pid_ext{node :: vterm:atom_t(), id :: vterm:u32(), serial :: vterm:u32(), creation :: vterm:u8()}.
Functions
-spec new(Node, Id, Serial, Creation) -> T when Node :: vterm:atom_t(), Id :: vterm:u32(), Serial :: vterm:u32(), Creation :: 0..3, T :: t().