tonarino / actor

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

Remove `Actor::name()` (or make optional) using `type_name` #68

Open strohel opened 2 years ago

strohel commented 2 years ago

Per @PabloMansanet's https://github.com/tonarino/actor/pull/67#discussion_r883395081

I wonder if we can have a default implementation of this method using type_name, since it's mostly what we're manually doing anyway.