MCPcopy Create free account
hub / github.com/boostorg/asio / handle_message

Method handle_message

example/cpp11/executors/actor.cpp:65–68  ·  view source on GitHub ↗

Handle an incoming message.

Source from the content-addressed store, hash-verified

63
64 // Handle an incoming message.
65 virtual void handle_message(Message msg, actor_address from)
66 {
67 (actor_->*function_)(std::move(msg), from);
68 }
69
70 // Determine whether the message handler represents the specified function.
71 bool is_function(void (Actor::* mf)(Message, actor_address)) const

Callers 1

call_handlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected