struct not-a-scheduler {
using scheduler_concept = scheduler_tag;
constexpr auto schedule() const noexcept {
return not-a-sender();
}
};
概要
not-a-schedulerは、Senderアルゴリズム動作仕様定義で用いられる説明専用のクラスである。
バージョン
言語
- C++26
struct not-a-scheduler {
using scheduler_concept = scheduler_tag;
constexpr auto schedule() const noexcept {
return not-a-sender();
}
};
not-a-schedulerは、Senderアルゴリズム動作仕様定義で用いられる説明専用のクラスである。