Yield (multithreading)
basic operation in concurrent computing

In computer science, yield is an action that occurs in a computer program during multithreading, of forcing a processor to relinquish control of the current running thread, and sending it to the end of the running queue, of the same scheduling priority.
Examples
Different programming languages implement yielding in various ways.
pthread_yield() in the language C, a low level implementation, provided by POSIX Threads
std::this_thread::yield() in the language C++, introduced in C++11.
The Yield method is provided in various object-oriented programming languages with multithreading support, such as C# and Java. OOP languages generally provide class abstractions for thread objects.
yield in Kotlin
sched_yield() in the C standard library, which causes the calling thread to relinquish the CPU.
In coroutines
Coroutines are a fine-grained concurrency primitive, which may be required to yield explicitly. They may enable specifying another function to take control. Coroutines that explicitly yield allow cooperative multitasking.
“Yield (multithreading)” enters the record as basic operation in concurrent computing. Crown Archives preserves that source wording while asking what Yield, multithreading and basic can confirm, complicate or overturn.
Why this record matters
“Yield (multithreading)” is worth following because a concise public description often conceals a longer documentary argument. Here, Yield, multithreading and basic provides the most credible route into that argument.
Datasets, specimens, observations and peer-reviewed methods provide the appropriate test for the technical claims summarized here. The source revision retrieved here is dated May 30, 2026. The linked authority identifier is Q8053546. None of the 0 selected statements returned an explicit reference.
Scientific names, classifications and consensus can change while older terminology persists in catalogues and historical literature. The source lead contains qualifying language; that uncertainty should survive quotation, summary and reuse. Authority statements aid reconciliation but still require their own references, qualifiers and ranks to be checked.
How to read it
Check terminology, classification and the date of the cited evidence. Scientific names and technical consensus can change while older records retain historical value.
- Current terminology
- Classification context
- Finding cited technical literature
Primary datasets, specimen catalogues, standards bodies and the most recent peer-reviewed literature.
Three-step research path
- Establish the record: confirm the title “Yield (multithreading)”, its source revision and the description used here.
- Expand the search: follow Yield (multithreading) primary sources, Yield (multithreading) archive and Yield research across catalogues and specialist indexes.
- Test the account: compare the strongest cited source with the responsible institution’s current record and note any disagreement.
Questions for further research
- Which source most directly establishes the central claim about “Yield (multithreading)”?
- Which observation, specimen, dataset or publication supports the account?
- Has classification or technical consensus changed since the cited source?
Search terms from this dossier
This entry incorporates text from “Yield (multithreading)” on English Wikipedia. Contributors are listed in the page history. Text is available under the Creative Commons Attribution-ShareAlike 4.0 License. Selected authority identifiers and statements are retrieved from Wikidata under CC0; their references and qualifiers remain part of the verification path.