Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ executor
Method
executor
include/exec/asio/completion_token.hpp:484–488 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
482
}
483
public:
484
constexpr explicit executor(operation_state_base<Signatures, Receiver>& self,
485
Executor const & ex) noexcept
486
: self_(self)
487
, ex_(ex)
488
{}
489
490
template <typename Query>
491
requires requires {
Callers
1
asio_thread_pool
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected