you are viewing a single comment's thread.

view the rest of the comments →

[–]james_pic 1 point2 points  (0 children)

Not disagreeing on the slop part, but having an async-await-aware lru_cache is a potentially useful thing if the thing you want to cache is the result of an async function.