. crtn_yield() returns either CRTN_SCHED_OTHER (if another coroutine was scheduled) or CRTN_SCHED_SELF (if no other coroutine was scheduled)
. Fixed the scheduler (was not FIFO as expected)
. crtn_yield() returns either CRTN_SCHED_OTHER (if another coroutine was scheduled) or CRTN_SCHED_SELF (if no other coroutine was scheduled)
. Fixed the scheduler (was not FIFO as expected)