SCHED_YIELD

Temporarily yield execution of the calling thread. Note: This is similar to sched_yield in POSIX.

(@interface func (export "sched_yield")
(result $error (expected (error $errno)))
)