1 reference to AsyncLazy
NuGet.Common (1)
AsyncLazy.cs (1)
44public static AsyncLazy<T> New<T>(Lazy<Task<T>> inner) => new AsyncLazy<T>(inner);