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

Method get_count

test/exec/test_start_detached.cpp:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 counting_resource() = default;
228
229 [[nodiscard]]
230 auto get_count() const noexcept -> std::size_t
231 {
232 return count;
233 }
234
235 [[nodiscard]]
236 auto get_alive() const noexcept -> std::size_t

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected