Sha256: 2d74c211c4c8534663ca0dc00f9e8bffd59a32df3ed6548735f5509c05c5cef5
Contents?: true
Size: 504 Bytes
Versions: 25
Compression:
Stored size: 504 Bytes
Contents
;; WASI Scheduler API. ;; ;; Some content here is derived from [CloudABI](https://github.com/NuxiNL/cloudabi). ;; ;; This is a `witx` file. See [here](https://github.com/WebAssembly/WASI/tree/master/docs/witx.md) ;; for an explanation of what that means. (use "typenames.witx") (module $wasi_ephemeral_sched ;;; Temporarily yield execution of the calling thread. ;;; Note: This is similar to `yield` in POSIX. (@interface func (export "yield") (result $error (expected (error $errno))) ) )
Version data entries
25 entries across 25 versions & 1 rubygems