MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / operation

Method operation

include/exec/static_thread_pool.hpp:1728–1733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1726
1727 public:
1728 operation(Range range, _static_thread_pool& pool, Receiver rcvr)
1729 : operation_base_with_receiver<Range, Receiver>{std::move(range),
1730 pool,
1731 static_cast<Receiver&&>(rcvr)}
1732 , items_(std::ranges::size(this->range_), item_allocator_t(get_allocator(this->rcvr_)))
1733 {}
1734
1735 ~operation()
1736 {

Callers

nothing calls this directly

Calls 1

get_allocatorFunction · 0.85

Tested by

no test coverage detected