Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ defer
Method
defer
include/boost/asio/impl/executor.hpp:108–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
void defer(function&& f)
109
{
110
executor_.defer(static_cast<function&&>(f), allocator_);
111
}
112
113
type_id_result_type target_type() const noexcept
114
{
Callers
nothing calls this directly
Calls
1
defer
Method · 0.45
Tested by
no test coverage detected