Nice project @Alogani! One thing that always seemed better about stackful 
coroutines vs async futures would be much fewer allocations. Every async call 
that has any state incurs allocation overhead. Perhaps also easier to make 
debugging nicer. Debugging async-futures is annoying in gdb as every gets puts 
into hidden closure environments.

Reply via email to