MCPcopy 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
15responder::promise::promise(responder& parent)
16 : impl_(make_counted<promise_state>(parent.down())) {
17 // nop
18}
19
20actor_shell* responder::self() {
21 return router_->self();

Callers

nothing calls this directly

Calls 1

downMethod · 0.80

Tested by

no test coverage detected