hnes / libaco

A blazing fast and lightweight C asymmetric coroutine library 💎 ⛅🚀⛅🌞
https://libaco.org
Apache License 2.0
3.49k stars 392 forks source link

is aco_exit necessary? #61

Open mttbx opened 1 month ago

mttbx commented 1 month ago

If a coroutine is finished without calling aco_exit. We can make it return to a function, and that function has the same functionality as the aco_exit. So why do we need aco_exit?