Home
last modified time | relevance | path

Searched defs:__policy_wrapper (Results 1 – 1 of 1) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__bulk.hpp49 struct __policy_wrapper { struct
50 _Pol __pol_;
52 /*implicit*/ __policy_wrapper(_Pol __pol) in __policy_wrapper() function
56 const _Pol& __get() const noexcept { in __get()
62 struct __policy_wrapper<sequenced_policy> { struct
63 /*implicit*/ __policy_wrapper(const sequenced_policy&) { in __policy_wrapper() argument
66 const sequenced_policy& __get() const noexcept { in __get()
72 struct __policy_wrapper<parallel_policy> { struct
73 /*implicit*/ __policy_wrapper(const parallel_policy&) { in __policy_wrapper() function
76 const parallel_policy& __get() const noexcept { in __get()
[all …]