We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.