On 23/10/2019 11:57, Volkan Yazıcı wrote:
> I am assuming the distinction will still be accessible by the user
> code, right? That is, one could think of cases which necessitate "if
> (currentThreadIsFiber) { doSth(); } else { doSthElse(); }".
>
Yes, its Thread::isLightweight in the current prototype.
-Alan.