extensible-effects-concurrent v0.3.0.0 Release Notes

    • โž• Add support for running and interacting with a scheduler and it's processes from IO, for example from ghci
    • ๐Ÿ“‡ Rename yieldProcess to executeAndResumeOrExit
    • โž• Add an actual yieldProcess, that behaves like yield
    • ๐Ÿ”„ Change the return type of function to () where applicable to avoid all these _ <- sendMessage... or void $ sendMessage dances.
    • โž• Add a simple logging observer: spawnLoggingObserver
    • โœ‚ Removed Control.Eff.Interactive
    • โœ‚ Removed most functions in Control.Eff.ExceptionExtra
    • ๐Ÿ‘‰ Make sendMessage and the reply in call strict with respect to the message payload