Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ try_associate
Method
try_associate
test/stdexec/algos/consumers/test_spawn.cpp:178–183 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
};
177
178
assoc try_associate() const
179
{
180
REQUIRE(rsc->allocated() > 0);
181
*tried = true;
182
return {};
183
}
184
};
185
186
counting_resource rsc;
Callers
1
test_counting_scopes.cpp
File · 0.45
Calls
1
allocated
Method · 0.80
Tested by
no test coverage detected