Add either/or interface definitions
The new `replies_to<...>::with_either<...>::or_else<...>` notation allows developers to have success/failure messages for typed actors. Message handlers need to use the corresponding `either<...>::or_else<...>` result type.
Showing
libcaf_core/caf/either.hpp
0 → 100644
libcaf_core/src/either.cpp
0 → 100644
unit_testing/test_either.cpp
0 → 100644
Please register or sign in to comment