MCPcopy Create free account
hub / github.com/Cyinx/einx / IsClosed

Method IsClosed

network/tcp_conn.go:72–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70}
71
72func (this *TcpConn) IsClosed() bool {
73 close_flag := atomic.LoadUint32(&this.close_flag)
74 return close_flag == 1
75}
76
77func (this *TcpConn) do_push_write(wrapper *WriteWrapper) bool {
78 this.write_queue.Push(wrapper)

Callers 4

WriteMsgMethod · 0.95
RpcCallMethod · 0.95
PongMethod · 0.95
PingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected