async-once-cell icon indicating copy to clipboard operation
async-once-cell copied to clipboard

Results 1 async-once-cell issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi! Loving this library, but I noticed that `Lazy` had a redundant type argument that can be inferred from `F::Output` instead. I've modified it accordingly, and made sure the tests...