When our program does a blocking I/O call, OS scheduler suspends that thread and we can’t run anything else in that thread. Might not? Sunday, October 13, 13
inside a single OS thread (handle multiple requests). When one request makes a blocking I/O call, continue processing another request. Sunday, October 13, 13
your program • cons: • because of the way it works, your program can’t make regular I/O calls • also hard to debug Coroutine pros & cons (seriously) Sunday, October 13, 13