jaemk / cached

Rust cache structures and easy function memoization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`async_once` is unsound

Jules-Bertholet opened this issue · comments

cached depends on the async_once crate, which suffers from a data race. There are many alternatives in the ecosystem that provide similar functionality. Among them:

It's been removed in this PR, which has been just merged
Please check master again

#153

I'll release a new version with these changes shortly. I got pulled away earlier today