Jump to content

Yield method

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Dekart (talk | contribs) at 17:27, 10 November 2012 (added Category:Method (computer science) using HotCat). 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