Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetConn ¶
type NetConn struct {
// contains filtered or unexported fields
}
func (*NetConn) Read ¶
Read asynchronously reads from the connection. A readResult is returned back to the js vm and once the read completes, it can be read from. This allows the js vm to avoid blocking for reads.
func (*NetConn) RemoteAddr ¶
Click to show internal directories.
Click to hide internal directories.