Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/async_simple
/ dispatch
Method
dispatch
demo_example/asio/asio/impl/executor.hpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
void dispatch(ASIO_MOVE_ARG(function) f)
91
{
92
executor_.dispatch(ASIO_MOVE_CAST(function)(f), allocator_);
93
}
94
95
void post(ASIO_MOVE_ARG(function) f)
96
{
Callers
nothing calls this directly
Calls
1
dispatch
Method · 0.45
Tested by
no test coverage detected