Current section

Files

Jump to
spectator include spectator@internal@api_PortInfo.hrl
Raw

include/spectator@internal@api_PortInfo.hrl

-record(port_info, {
command_name :: binary(),
registered_name :: gleam@option:option(gleam@erlang@atom:atom_()),
connected_process :: spectator@internal@api:system_primitive(),
os_pid :: gleam@option:option(integer()),
input :: integer(),
output :: integer(),
memory :: integer(),
queue_size :: integer()
}).