We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Might involve changing void yield(bool *killed) to MUST_CHECK bool yield().
void yield(bool *killed)
MUST_CHECK bool yield()
To ensure that callers do the being-killed dance. Part of completing #1868.