mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-29 06:55:27 +08:00
[skip ci]Add rmq consumer impl MsgMutex comment (#11532)
Signed-off-by: fishpenguin <kun.yu@zilliz.com>
This commit is contained in:
parent
2073ae497b
commit
5ec895fedc
@ -94,6 +94,7 @@ func (c *consumer) Topic() string {
|
||||
return c.topic
|
||||
}
|
||||
|
||||
// MsgMutex return the message mutex channel of consumer
|
||||
func (c *consumer) MsgMutex() chan struct{} {
|
||||
return c.msgMutex
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user