method yield

Documentation for method yield assembled from the following types:

class Thread

From Thread

(Thread) method yield

method yield(Thread:U)

Tells the scheduler to prefer another thread for now.

Thread.yield;