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
Per this discussion, we still have room for improvement concerning app init. Ideally we'd have walk.App() callable from within appInits, and still have some sort of mutual exclusion around InitApp and App calls, and have App be consistently safe to call from any goroutine.
The text was updated successfully, but these errors were encountered:
Per this discussion, we still have room for improvement concerning app init. Ideally we'd have
walk.App()
callable from within appInits, and still have some sort of mutual exclusion aroundInitApp
andApp
calls, and haveApp
be consistently safe to call from any goroutine.The text was updated successfully, but these errors were encountered: