Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ defer
Method
defer
include/asio/impl/executor.hpp:101–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
99
}
100
101
void defer(ASIO_MOVE_ARG(function) f)
102
{
103
executor_.defer(ASIO_MOVE_CAST(function)(f), allocator_);
104
}
105
106
type_id_result_type target_type() const ASIO_NOEXCEPT
107
{
Callers
nothing calls this directly
Calls
1
defer
Method · 0.45
Tested by
no test coverage detected