Searched refs:execute_may_block_caller_t (Results 1 – 4 of 4) sorted by relevance
90 struct execute_may_block_caller_t;102 using __queries::execute_may_block_caller_t;112 extern const execute_may_block_caller_t execute_may_block_caller;
108 struct execute_may_block_caller_t : __query<execute_may_block_caller_t> struct111 requires tag_invocable<execute_may_block_caller_t, __cref_t<_Tp>>115 same_as<bool, tag_invoke_result_t<execute_may_block_caller_t, in operator ()()118 nothrow_tag_invocable<execute_may_block_caller_t, __cref_t<_Tp>>); in operator ()()119 return tag_invoke(execute_may_block_caller_t{}, std::as_const(__t)); in operator ()()359 using __queries::execute_may_block_caller_t;372 inline constexpr execute_may_block_caller_t execute_may_block_caller{};
370 using execute_may_block_caller_t STDEXEC_STD_DEPRECATED = typedef371 stdexec::execute_may_block_caller_t;
188 auto query(execute_may_block_caller_t) const noexcept -> bool in query()