Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
void stream::start(stream_manager* mgr) {
32
CAF_ASSERT(mgr != nullptr);
33
activate(mgr);
34
}
35
36
void stream::activate(stream_manager* mgr) {
37
if (!reader_) {
Callers
3
launch
Method · 0.45
launch
Method · 0.45
launch
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected