Define actor interfaces using function signatures
The implementation of `replies_to<...>::with<...>` introduced unnecessary complexity and metaprogramming utilities. Using plain old function signatures instead makes working with actor interfaces a bit easier internally and confronts users with less `detail` types should they face compiler errors related to `typed_actor`.
Showing
Please register or sign in to comment