MCPcopy Create free account
hub / github.com/DiscordMessenger/dm / function_

Method function_

deps/asio/asio/deferred.hpp:210–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208 /// Constructor.
209 template <typename F>
210 ASIO_CONSTEXPR explicit deferred_function(
211 deferred_init_tag, ASIO_MOVE_ARG(F) function)
212 : function_(ASIO_MOVE_CAST(F)(function))
213 {
214 }
215
216//private:
217 Function function_;

Callers 2

completeMethod · 0.80
await_suspendMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected