[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.
parent
043c8dc7
No related branches found
No related tags found
Loading
Please register or sign in to comment