Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ request_stop
Method
request_stop
include/exec/timed_thread_scheduler.hpp:241–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
239
}
240
241
void request_stop()
242
{
243
std::scoped_lock lock{ready_mutex_};
244
stop_requested_ = true;
245
cv_.notify_one();
246
}
247
248
STDEXEC::__intrusive_mpsc_queue<&command_type::next_> command_queue_;
249
intrusive_heap<task_type,
Callers
1
operator()
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected