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

Method start

libcaf_io/caf/io/network/stream.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void stream::start(stream_manager* mgr) {
32 CAF_ASSERT(mgr != nullptr);
33 activate(mgr);
34}
35
36void stream::activate(stream_manager* mgr) {
37 if (!reader_) {

Callers 3

launchMethod · 0.45
launchMethod · 0.45
launchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected