#include <completion_signal.hpp>
template<typename Rcvr, typename Exec>
stdexec::receiver<Rcvr>
std::move(rcvr).continues_after();
std::move(rcvr).continues_after(
event);
}
Constrain an EventType type to be a valid event type for Exec execution space type.
An event that can be recorded on an execution space instance.
Definition at line 64 of file completion_signal.hpp.