Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ ~create_test_fixture
Method
~create_test_fixture
test/exec/test_create.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
exec::async_scope scope_;
40
41
~create_test_fixture()
42
{
43
STDEXEC::sync_wait(scope_.on_empty());
44
}
45
46
void anIntAPI(int a, int b, void* context, void (*completed)(void* context, int result))
47
{
Callers
nothing calls this directly
Calls
1
on_empty
Method · 0.80
Tested by
no test coverage detected