thread/process, so we can spawn more. • Can be schedule only when necessary, reduced context-switch, lighten the burden of CPU. • So can handle higher concurrency than per- thread or per-process mode.
sending a asynchronous request. • Switch back to parent Fiber(for scheduling other fibers) • Resume the saved Fiber after asynchonous request completes.