extensible-effects-concurrent v0.25.1 Release Notes

    • โž• Add castSingleton and callSingleton, which use the EndpointReader and EmbedProtocol type class.
    • ๐Ÿ”„ Change toObserver to accept an Endpoint of a protocol that embeds Observer x
    • โž• Add sendEmbeddedReply
    • โž• Add toEmbeddedEndpoint and fromEmbeddedEndpoint
    • ๐Ÿ”„ Change StatefulServer class definition to not add Processes to the effects by default
    • โž• Add forgotten re-exports to Concurrent
    • ๐Ÿ›  Fix the NFData instance for Pdu (Observer o)
    • Put the Pdu data family inside of a new type class IsPdu