Skip to content
Snippets Groups Projects
  1. Apr 23, 2022
  2. Apr 03, 2022
  3. Mar 29, 2022
  4. Mar 26, 2022
  5. Mar 13, 2022
  6. Feb 27, 2022
  7. Feb 25, 2022
  8. Feb 24, 2022
  9. Feb 21, 2022
  10. Feb 12, 2022
  11. Feb 11, 2022
  12. 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
  13. Nov 25, 2021
  14. Nov 23, 2021
  15. Nov 15, 2021
  16. Nov 04, 2021
  17. Nov 03, 2021
  18. Oct 24, 2021
  19. Oct 06, 2021
  20. Sep 05, 2021
  21. Sep 01, 2021
  22. 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
  23. Aug 29, 2021
Loading