runtime (gc): do not scan the runqueue when the platform is not baremetal with a scheduler

This commit is contained in:
Jaden Weiss
2020-06-23 18:48:58 -04:00
committed by Ron Evans
parent a4f3457747
commit e8c84d24a0
3 changed files with 31 additions and 20 deletions
+5
View File
@@ -0,0 +1,5 @@
// +build !baremetal
package runtime
const baremetal = false