kokkos-execution 0.0.1
Loading...
Searching...
No Matches
show_thread_id.hpp File Reference
#include <iostream>
#include <thread>
#include "kokkos-execution/stdexec.hpp"

Go to the source code of this file.

Classes

struct  Tests::Utils::Functors::ShowThreadID

Namespaces

namespace  Tests
namespace  Tests::Utils
namespace  Tests::Utils::Functors

Macros

#define THEN_SHOW_THREAD_ID   stdexec::then(Tests::Utils::Functors::ShowThreadID{})
 Add a then using Tests::Utils::Functors::ShowThreadID. // NOLINTNEXTLINE(cppcoreguidelines-macro-usage).

Macro Definition Documentation

◆ THEN_SHOW_THREAD_ID

#define THEN_SHOW_THREAD_ID   stdexec::then(Tests::Utils::Functors::ShowThreadID{})

Add a then using Tests::Utils::Functors::ShowThreadID. // NOLINTNEXTLINE(cppcoreguidelines-macro-usage).

Definition at line 18 of file show_thread_id.hpp.