elizarov
10/10/2017, 1:44 PMrrva
10/10/2017, 2:01 PMIn short - the difference between coroutines and fibers is, that the context switch between fibers is managed by a scheduler (selects the next fiber ...). Coroutines don’t have a concept of a scheduler.
elizarov
10/10/2017, 2:12 PM