github.com/primecitizens/pcz/std@v0.2.1/core/yield/thread_wasm.go (about) 1 // SPDX-License-Identifier: Apache-2.0 2 // Copyright 2023 The Prime Citizens 3 4 //go:build wasm 5 6 package yield 7 8 // Thread yields current thread execution for other threads. 9 func Thread()