• Dominik Charousset's avatar
    Define actor interfaces using function signatures · 4d53aa0d
    Dominik Charousset authored
    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`.
    4d53aa0d
delegating.cpp 1.01 KB