-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Async disk cache #187
Comments
Disk cache for async functions is there already if you mean that: If you mean async disk access, nope AFAICS |
Hmm what am I doing wrong here? The macro works, but I need to specify custom keys. So the following breaks and does not attempt to use the IOCachedAsync trait:
But I can use:
|
Ah had to change the type to just be DiskCache<String, String> without the Result<> (even though my function returns a Result)
|
@bschreck so if it's solved, let's close this |
@jaemk Should we close this? |
I saw #145 was only merged recently but an async version would be really useful for me
The text was updated successfully, but these errors were encountered: