Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ post
Method
post
3rd/asio-1.24.0/include/asio/impl/executor.hpp:95–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
void post(ASIO_MOVE_ARG(function) f)
96
{
97
executor_.post(ASIO_MOVE_CAST(function)(f), allocator_);
98
}
99
100
void defer(ASIO_MOVE_ARG(function) f)
101
{
Callers
nothing calls this directly
Calls
1
post
Method · 0.45
Tested by
no test coverage detected