Having looked at the code for IndexOf() and AtIndex() it looks to me like a dawg.Finder should be safe for concurrent use from multiple goroutines. If my impression is correct (and this is by design) would it make sense to add a note stating this in the docs so it is easy to tell this is the case and that it is expected to work that way?
Having looked at the code for
IndexOf()andAtIndex()it looks to me like a dawg.Finder should be safe for concurrent use from multiple goroutines. If my impression is correct (and this is by design) would it make sense to add a note stating this in the docs so it is easy to tell this is the case and that it is expected to work that way?