Skip to content
Snippets Groups Projects
Commit f0fd12ae authored by Jens Nolte's avatar Jens Nolte
Browse files

Remove awaitable caching


This reduces awaitable back to a simple newtype wrapper over the STM
monad. While caching worked well, it was only applicable in very few
situations. Based on the high complexity, the rare use cases and the
negative interaction with STM we decided to remove caching.

Co-authored-by: default avatarJan Beinke <git@janbeinke.com>
parent 71536fc8
No related branches found
No related tags found
No related merge requests found
Pipeline #2598 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment