lewissbaker / cppcoro

A library of C++ coroutine abstractions for the coroutines TS
MIT License
3.36k stars 462 forks source link

fix topo #220

Open fililili opened 8 months ago

fililili commented 8 months ago

In my understanding, the test check whether coroutine has started, so it should set startedExecution = true when coroutine started.