6 ms·
Because if you go down the callstack eventually you won't get the await keyword anymore; you'll get the actual 'waiters' and 'wakers' which define your scheduli
by f_devd 5mo ago
Because if you go down the callstack eventually you won't get the await keyword anymore; you'll get the actual 'waiters' and 'wakers' which define your scheduling
- groundzeros2015 5mo agoYeah. The OS handles scheduling and preemption so it’s done for you rather than a call in the stack.