Restructure response handling
Implement new API for behaviors that skips the intermediate maybe<message> return type. Instead, behaviors accept visitors that allow fine-grained access to the result of message handlers. Also remove the feature of returning continue helpers, since this is obsoleted by delegate.
Showing
libcaf_core/caf/result.hpp
0 → 100644
This diff is collapsed.
Please register or sign in to comment