Process should have an associated type instead of type parameter
Opened this issue · 0 comments
andrewjstone commented
A process can only handle one type of message. It isn't generic over many messages.
This will change the API a bit, but shouldn't be too bad.