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
I'm looking around in the documentation and I can't spot anything that talks about concurrency and goka.View. If I've initialized a goka.View may I access it concurrently, or must I either use a mutex or dedicated goka.View per goroutine?
The text was updated successfully, but these errors were encountered:
Hi jimrobinson,
you're right the documentation does not mention concurrency issues for accessing the view.
Nevertheless it is safe to query data from Views as the underlying storage takes care of synchronizing the requests.
We have to refine at least the readme or code comments in that regard, so I'll leave the issue open for now.
Thanks for the hint :)
I'm looking around in the documentation and I can't spot anything that talks about concurrency and goka.View. If I've initialized a goka.View may I access it concurrently, or must I either use a mutex or dedicated goka.View per goroutine?
The text was updated successfully, but these errors were encountered: