mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-09-11 15:09:32 +00:00
7 lines
189 B
Go
7 lines
189 B
Go
//go:build (gc.conservative || gc.precise) && scheduler.none
|
|
|
|
package runtime
|
|
|
|
// scheduler.none has no goroutines; finalizers drain inline in wakeFinalizer.
|
|
func spawnFinalizerRunner() {}
|