MCPcopy Create free account
hub / github.com/boostorg/beast / dispatch

Method dispatch

test/beast/core/basic_stream.cpp:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114 template<class F, class A>
115 void
116 dispatch(F&& f, A const& a)
117 {
118 ++sp_->info_.dispatch;
119 ++sp_->info_.total;
120 sp_->ex.dispatch(
121 std::forward<F>(f), a);
122 }
123
124 template<class F, class A>
125 void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected