tonarino / actor

A minimalist actor framework aiming for high performance and simplicity.
MIT License
39 stars 6 forks source link

Move Send bound from individual spawn functions to Actor::Message. #23

Closed skywhale closed 3 years ago

skywhale commented 3 years ago

I think it's natural for Actor::Message to have Send bound at the trait level.