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
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: