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