mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 04:53:42 +00:00
machine: make gosched available to machine package
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package machine
|
||||
|
||||
import (
|
||||
_ "unsafe"
|
||||
)
|
||||
|
||||
//
|
||||
// This file provides access to runtime package that would not otherwise
|
||||
// be permitted due to linker dependencies.
|
||||
//
|
||||
|
||||
//go:linkname gosched runtime.Gosched
|
||||
func gosched()
|
||||
Reference in New Issue
Block a user