Skip to content
Snippets Groups Projects
  1. Feb 12, 2022
  2. Feb 11, 2022
  3. Feb 10, 2022
  4. Feb 01, 2022
  5. Jan 29, 2022
  6. Jan 16, 2022
  7. Jan 10, 2022
  8. Jan 02, 2022
  9. Jan 01, 2022
  10. Dec 18, 2021
    • Jens Nolte's avatar
      Remove awaitable caching · f0fd12ae
      Jens Nolte authored
      
      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>
      f0fd12ae
Loading