added `response_handle` for delayed responses
allows event-based actors to delay a synchronous response, e.g., to reply to a previous message in a sync_send(...).then(...).
Showing
cppa/response_handle.hpp
0 → 100644
src/response_handle.cpp
0 → 100644
Please register or sign in to comment