Jump to content

Yield method

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Magioladitis (talk | contribs) at 18:41, 26 January 2013 (fixed header names + general fixes, added orphan tag using AWB (8863)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Yield method is used in java multi-threading to force the processor to skip the current running thread and send it to end of running queue of the same priority.[1]

References

  1. ^ "Thread.yield". Javamex. Retrieved 24 June 2011.

See also