Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ as_victim
Method
as_victim
include/exec/static_thread_pool.hpp:658–661 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
656
}
657
658
auto as_victim() noexcept -> workstealing_victim
659
{
660
return workstealing_victim{&local_queue_, index_, numa_node_};
661
}
662
663
private:
664
enum state
Callers
1
_static_thread_pool
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected