co_bind.cc: In function ‘coasync::awaitable test()’:
co_bind.cc:22:68: error: no matching function for call to ‘co_bind(coasync::execution_context&, , int)’
22 | co_await when_any(co_sleep(1), co_sleep(3), co_bind(ctx, sleep, 2), co_bind(ctx, sleep, 4));
co_bind.cc: In function ‘coasync::awaitable test()’:
co_bind.cc:22:68: error: no matching function for call to ‘co_bind(coasync::execution_context&, , int)’
22 | co_await when_any(co_sleep(1), co_sleep(3), co_bind(ctx, sleep, 2), co_bind(ctx, sleep, 4));