He Jia
Results
32
issues of
He Jia
set_value cause template argument deduction/substitution failing ```C++ #include #include #include #include #include #include int main() { using AnySender = unifex::any_sender_of; // Simulate the handler returning AnySender auto handler_sender = AnySender{unifex::just()};...
For example: using AnyBufferSender = unifex::any_sender_of< unifex::type_list< unifex::type_list, unifex::type_list>, unifex::type_list< std::error_code, std::exception_ptr, errors::AxonErrorContext>>;