MCPcopy Create free account
hub / github.com/33cn/chain33 / isClosed

Method isClosed

queue/queue.go:154–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152}
153
154func (q *queue) isClosed() bool {
155 return atomic.LoadInt32(&q.isClose) == 1
156}
157
158// Close 关闭消息队列
159func (q *queue) Close() {

Callers 5

CloseMethod · 0.95
sendMethod · 0.95
sendAsynMethod · 0.95
sendLowTimeoutMethod · 0.95
CloseQueueMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected