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

Class throwing_copy

test/rrd/async_scope.cpp:71–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 void thread(unsigned)
70 {
71 struct throwing_copy
72 {
73 throwing_copy() = default;
74
75 throwing_copy(throwing_copy const &)
76 {
77 throw std::logic_error("");
78 }
79 };
80
81 exec::single_thread_context ctx;
82 ex::scheduler auto sch = ctx.get_scheduler();

Callers 1

threadMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected