Async IO
It’s single threaded, single process design. It uses cooperative multitasking.
Coroutines
Coroutines are function that can suspend its execution and pass control to another coroutine.
It’s single threaded, single process design. It uses cooperative multitasking.
Coroutines are function that can suspend its execution and pass control to another coroutine.