We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
get_completion_domain
1 parent 052e38a commit ae398fcCopy full SHA for ae398fc
include/stdexec/__detail/__execution_fwd.hpp
@@ -157,7 +157,7 @@ namespace stdexec {
157
extern const get_stop_token_t get_stop_token;
158
template <__completion_tag _CPO>
159
extern const get_completion_scheduler_t<_CPO> get_completion_scheduler;
160
- template <class _CPO>
+ template <class _CPO = void>
161
extern const get_completion_domain_t<_CPO> get_completion_domain;
162
extern const get_domain_t get_domain;
163
0 commit comments