libcoro  1.0
Coroutine support library for C++20

◆ operator()()

void coro::prepared_coro::operator() ( )
inline

object can be used as callable (you can pass it to differen thread)

Definition at line 59 of file prepared_coro.h.