Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
154
func
(q *queue) isClosed() bool {
155
return
atomic.LoadInt32(&q.isClose) == 1
156
}
157
158
// Close 关闭消息队列
159
func
(q *queue) Close() {
Callers
5
Close
Method · 0.95
send
Method · 0.95
sendAsyn
Method · 0.95
sendLowTimeout
Method · 0.95
CloseQueue
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected