|
kokkos-execution 0.0.1
|
#include "exec/completion_signatures.hpp"#include "stdexec/execution.hpp"Go to the source code of this file.
Namespaces | |
| namespace | Kokkos |
| namespace | Kokkos::Execution |
| namespace | Kokkos::Execution::Impl |
Macros | |
| #define | KOKKOS_EXECUTION_COMPL_SIGS_ADD(_sndr_type_, ...) |
Completion signatures of _sndr_type_. | |
| #define | KOKKOS_EXECUTION_COMPL_SIGS_KEEP(_sndr_type_) |
| #define KOKKOS_EXECUTION_COMPL_SIGS_ADD | ( | _sndr_type_, | |
| ... ) |
Completion signatures of _sndr_type_.
The stdexec::set_value_t() completion signature is added only if the child can complete successfully.
References:
Definition at line 18 of file completion_signatures.hpp.
| #define KOKKOS_EXECUTION_COMPL_SIGS_KEEP | ( | _sndr_type_ | ) |
Definition at line 38 of file completion_signatures.hpp.