Skip to content
Snippets Groups Projects
  1. Jan 02, 2022
    • Jens Nolte's avatar
      Move throwToResourceManager to MonadResourceManager · 3f5e71ef
      Jens Nolte authored
      This adds the capability to report exceptions from both ResourceManagerIO and
      ResourceManagerSTM, further increasing feature parity.
      
      Adds a timeout to the root resource manager before exceptions are logged
      to the console (usually they are thrown as a CombinedException, so
      logging is only required for debugging visibility when resource
      management is deadlocked).
      3f5e71ef
    • 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
  2. Nov 03, 2021
  3. Oct 24, 2021
  4. Oct 07, 2021
  5. Oct 06, 2021
  6. Oct 04, 2021
  7. Oct 03, 2021
  8. Sep 30, 2021
  9. Sep 18, 2021
  10. Sep 05, 2021
  11. Sep 01, 2021
  12. Aug 30, 2021
  13. Aug 29, 2021
  14. Aug 26, 2021
  15. Aug 25, 2021
Loading