MCPcopy Create free account
hub / github.com/actor-framework/actor-framework / make

Method make

libcaf_io/caf/io/middleman.cpp:215–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213}
214
215actor_system_module* middleman::make(actor_system& sys) {
216 return new mm_impl<network::default_multiplexer>(sys);
217}
218
219void middleman::check_abi_compatibility(version::abi_token token) {
220 if (static_cast<int>(token) != CAF_VERSION_MAJOR) {

Callers 2

middleman.hppFile · 0.45
spawn_server_implFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected