duckstax / actor-zeta

Library that provides an actor style message-passing programming model (in C++).
BSD 3-Clause "New" or "Revised" License
64 stars 9 forks source link

message handler needs to be reworked. #115

Open kotbegemot opened 2 years ago

GremSnoort commented 2 years ago

Sender should has some status information (or reply value, or return code) of a requested handler. Make a response message with resp info after handler execution and perform a reply to sender

GremSnoort commented 2 years ago

Async Request/Response (see boost networking source)