summaryrefslogtreecommitdiff
path: root/thread_none.h
AgeCommit message (Collapse)Author
2022-01-19[wasm] add no thread variant for freestanding environmentYuta Saito
This implementation does nothing around preemptive context switching because there is no native thread. Notes: Merged: https://github.com/ruby/ruby/pull/5407