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

Method write

libcaf_io/caf/io/basp/instance.cpp:103–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void instance::write(scheduler* ctx, const routing_table::route& r, header& hdr,
104 payload_writer* writer) {
105 auto lg = log::io::trace("hdr = {}", hdr);
106 CAF_ASSERT(hdr.payload_len == 0 || writer != nullptr);
107 write(*sys_, ctx, callee_.get_buffer(r.hdl), hdr, writer);
108 flush(r);
109}
110
111void instance::add_published_actor(uint16_t port,
112 strong_actor_ptr published_actor,

Callers 2

demystify.pyFile · 0.45
print_indentedFunction · 0.45

Calls 8

traceFunction · 0.85
writeFunction · 0.50
errorClass · 0.50
sizeMethod · 0.45
skipMethod · 0.45
middlemanMethod · 0.45
observeMethod · 0.45
applyMethod · 0.45

Tested by

no test coverage detected