v0.32 #63
basiliscos
started this conversation in
General
v0.32
#63
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
make_routed_message()
free function.The function is used for "synchronized" message post-processing, i.e. once a
message has been delivered and processed by all recipients (can be zero),
then it is routed to the specifed address to do cleanup.
Example:
std::string_view
s, owned by db)The
make_routed_message
is needed to perform recipient-agnostic 3rd step.The alternative is to create a copy (snapshot) of data (i.e.
std::string
instead of
std::string_view
), but that seems redundant.void*
parameter tomessage_visitor_t
This discussion was created from the release v0.32.
Beta Was this translation helpful? Give feedback.
All reactions