Skip to content
Snippets Groups Projects
  • Jens Nolte's avatar
    f0fd12ae
    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
    History
    Remove awaitable caching
    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>
AwaitableSpec.hs 1.66 KiB