Skip to content

Second delivery of CRTN

Latest
Compare
Choose a tag to compare
@Rachid-Koucha Rachid-Koucha released this 20 Mar 21:54
· 63 commits to main since this release

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