Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actor-framework/actor-framework
/ promise
Method
promise
libcaf_net/caf/net/http/responder.cpp:15–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
responder::promise::promise(responder& parent)
16
: impl_(make_counted<promise_state>(parent.down())) {
17
// nop
18
}
19
20
actor_shell* responder::self() {
21
return router_->self();
Callers
nothing calls this directly
Calls
1
down
Method · 0.80
Tested by
no test coverage detected