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
inject is currently not concurrent-safe. This isn't too bad for a project like martini but I can see it being dangerous for other implementations. We certainly can throw a mutex on. Although adding things like providers (#10) may add complications and possible deadlock scenarios
Maps are not safe for concurrent use.
page at: http://blog.golang.org/go-maps-in-action#TOC_6.
inject support concurrent-safe?
The text was updated successfully, but these errors were encountered: