SCHED_YIELD
WASI Preview1 function sched_yield
Definition:
;;; 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)))
)
Content copied to clipboard