MCPcopy Create free account
hub / github.com/baidu/babylon / create_closure

Method create_closure

example/use-anyflow-with-brpc/bthread_graph_executor.cpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38Closure BthreadGraphExecutor::create_closure() noexcept {
39 return Closure::create<ButexInterface>(*this);
40}
41
42int BthreadGraphExecutor::run(GraphVertex* vertex,
43 GraphVertexClosure&& closure) noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected