gleam/otp/port
Types
Port
Ports are how code running on the Erlang virtual machine interacts with the outside world. Bytes of data can be sent to and read from ports, providing a form of message passing to an external program or resource.
For more information on ports see the Erlang ports documentation.
pub external type Port