We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e2595 commit b52d689Copy full SHA for b52d689
1 file changed
include/exec/libdispatch_queue.hpp
@@ -28,6 +28,7 @@
28
# endif
29
30
# include "../stdexec/execution.hpp"
31
+# include "sender_for.hpp"
32
# include <dispatch/dispatch.h>
33
34
namespace experimental::execution
@@ -91,7 +92,7 @@ namespace experimental::execution
91
92
struct domain
93
{
94
// transform the generic bulk sender into a parallel libdispatch bulk sender
- template <STDEXEC::sender_expr_for<STDEXEC::bulk_t> Sender, class Env>
95
+ template <sender_for<STDEXEC::bulk_t> Sender, class Env>
96
auto transform_sender(STDEXEC::set_value_t, Sender &&sndr, Env const &env) const noexcept
97
98
if constexpr (STDEXEC::__completes_on<Sender, libdispatch_scheduler, Env>)
0 commit comments