Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ get_executor
Method
get_executor
include/exec/asio/asio_thread_pool.hpp:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
[[nodiscard]]
49
auto get_executor() const
50
{
51
return executor_;
52
}
53
54
private:
55
friend exec::thread_pool_base<asio_thread_pool>;
Callers
6
test_asio_thread_pool.cpp
File · 0.80
test_completion_token.cpp
File · 0.80
thread
Method · 0.80
ping_pong
Method · 0.80
operator()
Method · 0.80
as_default_on.hpp
File · 0.80
Calls
no outgoing calls
Tested by
3
thread
Method · 0.64
ping_pong
Method · 0.64
operator()
Method · 0.64