method yield
1 | class Thread |
1.1 | (Thread) method yield |
Documentation for method yield
assembled from the following types:
class Thread
From Thread
(Thread) method yield
method yield(Thread)
Tells the scheduler to prefer another thread for now.
Thread.yield;