bbangert / beaker

WSGI middleware for sessions and caching
https://beaker.readthedocs.org/
Other
517 stars 147 forks source link

WIP: Caching async functions #206

Open Skeen opened 3 years ago

Skeen commented 3 years ago

This PR will attempt to fix #198, by allowing the cache library to wrap asynchronous functions similar to how non-asynchronous functions are wrapped.