You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to use "github.com/panjf2000/ants/v2" goroutine pool. Should I share MQObject in ants pool or create a single MQObject in every goroutine? Does MQObject.Put() support goroutine concurrency? Thanks very much.