Skip to content
Snippets Groups Projects
Commit 5f1f2ccb authored by Florian Schmaus's avatar Florian Schmaus
Browse files

[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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment