| 227 | { |
| 228 | template <__scheduler_affinity _Affinity> |
| 229 | constexpr explicit __default_awaiter_context(__default_task_context_impl<_Affinity>&, |
| 230 | _ParentPromise&) noexcept |
| 231 | {} |
| 232 | }; |
| 233 | |
| 234 | //////////////////////////////////////////////////////////////////////////////// |
nothing calls this directly
no outgoing calls
no test coverage detected