Port.close
You're seeing just the function
close
, go back to Port module for more information.
Specs
close(port()) :: true
Closes the port
.
For more information, see :erlang.port_close/1
.
Inlined by the compiler.