[Fiber] Make isRunnable() perform a relaxed load and add documentation
It is safe to perform a relaxed load in isRunnable(), since the information is potentially outdated immediately after it was looked at. Also, since Fiber::isRunnable() is a virtual method, keeping its definition in the header has no real advantage, hence we move it out of the header.
Loading
Please register or sign in to comment