Comment by NooneAtAll3
Comment by NooneAtAll3 18 hours ago
what's the point of implementing cooperative "multithreading" (coroutines) with preemptive one (async)?
Comment by NooneAtAll3 18 hours ago
what's the point of implementing cooperative "multithreading" (coroutines) with preemptive one (async)?
There was this beautiful little time period where async/await was basically just that: resumable functions. I abused it to implement generators.