Coroutine vs Fiber difference clarification

In the book Linux System Programming, 2nd Edition, the difference between coroutines and fiber is explained as follows: Coroutines and fibers provide a unit of execution even lighter in weight t...