extensible-effects-concurrent v0.24.1 Release Notes

    • โž• Add more EmbedProtocol tuple instances (4-tuple, 5-tuple)
    • ๐Ÿ‘€ Make Effectful.Server instances composable (See the GenServerTests for an example) [more details in a seperate file](./ChangeLog-Details-0.24.1.md)
    • โž• Add ProcessTitle - every process now must have a short title text for logging
    • โž• Add ProcessDetails - every process can call UpdateProcessDetails to update its infos about the current state of it for debugging and error tracing purposes.
    • โž• Add GetProcessState to retreive the ProcessDetails for some other process.