Skip to content

Commit

Permalink
Add comment to get_delegation_scheduler_t.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFrantzDale committed Oct 8, 2024
1 parent 3594a5f commit ee54289
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/stdexec/__detail/__env.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ namespace stdexec {
auto operator()() const noexcept;
};

//! The type for `get_delegation_scheduler` [exec.get.delegation.scheduler]
//! A query object that asks for a scheduler that can be used to delegate
//! work to for the purpose of forward progress delegation ([intro.progress]).
struct get_delegation_scheduler_t : __query<get_delegation_scheduler_t> {
static constexpr auto query(forwarding_query_t) noexcept -> bool {
return true;
Expand Down

0 comments on commit ee54289

Please sign in to comment.