Skip to content

Releases: Rachid-Koucha/crtn

Second delivery of CRTN

20 Mar 21:54
Compare
Choose a tag to compare

. 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)