Port.connect

You're seeing just the function connect, go back to Port module for more information.

Specs

connect(port(), pid()) :: true

Associates the port identifier with a pid.

For more information, see :erlang.port_connect/2.

Inlined by the compiler.