mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 22:43:40 +00:00
runtime (gc): do not scan the runqueue when the platform is not baremetal with a scheduler
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// +build !baremetal
|
||||
|
||||
package runtime
|
||||
|
||||
const baremetal = false
|
||||
Reference in New Issue
Block a user