method Deno.Conn.closeWrite
Jump to headingConn.closeWrite(): Promise<void>
Shuts down (shutdown(2)
) the write side of the connection. Most
callers should just use close()
.
Return Type Jump to heading
Promise<void>
Jump to headingConn.closeWrite(): Promise<void>
Shuts down (shutdown(2)
) the write side of the connection. Most
callers should just use close()
.
Promise<void>