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

Method post

test/beast/core/basic_stream.cpp:125–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123
124 template<class F, class A>
125 void
126 post(F&& f, A const& a)
127 {
128 ++sp_->info_.post;
129 ++sp_->info_.total;
130 sp_->ex.post(
131 std::forward<F>(f), a);
132 }
133
134 template<class F, class A>
135 void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected