Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ emplace
Method
emplace
include/exec/create.hpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
{
29
template <class _Fun>
30
void emplace(_Fun&& __fun) noexcept(__nothrow_callable<_Fun>)
31
{
32
static_cast<_Fun&&>(__fun)();
33
}
34
};
35
36
template <class _Receiver, class _Args>
Callers
15
test_completion_token.cpp
File · 0.45
before
Method · 0.45
before
Method · 0.45
before
Method · 0.45
before
Method · 0.45
before
Method · 0.45
_retry
Method · 0.45
start
Method · 0.45
my_main
Function · 0.45
_retry
Method · 0.45
start
Method · 0.45
start
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected