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
The name AsyncLazyInitializer can cause confusion for users w.r.t. LazyInitializer. The former is not intended to be an asynchronous form of the latter, and addresses a totally different problem. It should be renamed.
The text was updated successfully, but these errors were encountered:
Bug description
The name
AsyncLazyInitializer
can cause confusion for users w.r.t.LazyInitializer
. The former is not intended to be an asynchronous form of the latter, and addresses a totally different problem. It should be renamed.The text was updated successfully, but these errors were encountered: