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

Method run

libcaf_net/caf/net/lp/framing.cpp:215–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

213} // namespace
214
215disposable framing::run(multiplexer& mpx, stream_socket fd,
216 async::consumer_resource<chunk> pull,
217 async::producer_resource<chunk> push) {
218 return run_impl(mpx, fd, pull, push);
219}
220
221disposable framing::run(multiplexer& mpx, ssl::connection conn,
222 async::consumer_resource<chunk> pull,

Callers 7

WITH_FIXTUREFunction · 0.45
execMethod · 0.45
run_delayed_actionsMethod · 0.45
startMethod · 0.45
stopMethod · 0.45
fixtureMethod · 0.45
WITH_FIXTUREFunction · 0.45

Calls 1

run_implFunction · 0.85

Tested by 3

WITH_FIXTUREFunction · 0.36
fixtureMethod · 0.36
WITH_FIXTUREFunction · 0.36