extensible-effects-concurrent v0.32.0 Release Notes

Release Date: 2019-07-25 // over 4 years ago
    • Protocol-Server

      • Remove effect parameter from StartArgument and Init
    • ForkIO Scheduler

      • Fix monitor reference leak
      • Shorten the process detail output, and return it from getProcessState
    • 🌲 Async Logging

      • Fix the Asynchronous LogWriter so it does not stop logging after a flood of log messages

Previous changes from v0.31.0

    • 🌲 Logging
      • Fix runtime crash caused by logging See: #2
      • Replace polymorphic LogWriter with a monomorphic one based on IO
      • Rename type aliases:
        • LogsTo -> FilteredLogging
        • LogIo -> IoLogging
      • Remove Capturing log writer
      • Remove Capturing log writer
      • Fix ghci log buffering issue #1