Skip to content
Snippets Groups Projects
  1. Feb 24, 2022
  2. Feb 20, 2022
  3. Jan 02, 2022
    • Jens Nolte's avatar
      Add MonadResourceManager instance for STM · 26fe5082
      Jens Nolte authored
      Since creating and attaching resources was already possible from STM,
      removing the MonadAwait/MonadIO/MonadMask-constraints from
      MonadResourceManager is the primary change in this commit.
      26fe5082
  4. Dec 01, 2021
  5. Nov 04, 2021
  6. Nov 03, 2021
  7. Oct 29, 2021
  8. Oct 24, 2021
  9. Oct 04, 2021
  10. Oct 03, 2021
  11. Sep 23, 2021
  12. Sep 18, 2021
  13. Sep 12, 2021
  14. Sep 11, 2021
  15. Sep 05, 2021
  16. Sep 03, 2021
  17. Sep 01, 2021
  18. Aug 31, 2021
    • Jens Nolte's avatar
      Rework async behavior · 170e3e80
      Jens Nolte authored
      
      Remove implicit MonadAsync constraint on `ReaderT ResourceManager IO`
      to prevent accidental forking in a resource-limited context.
      
      Change return type to `Awaitable` to match new MonadResourceManager
      behavior.
      
      Add `runUnlimitedAsync` to run a forking MonadAsync.
      
      Add `forkTask` functions for explicit forking in any context.
      
      Co-authored-by: default avatarJan Beinke <git@janbeinke.com>
      170e3e80
  19. Aug 30, 2021
  20. Aug 29, 2021
  21. Aug 26, 2021
Loading