blob: a9ca28c57cf8cc9d35653c61497a1b872e76fc2e (
plain)
1
2
3
4
5
6
7
8
9
|
// Code generated by mkconsts.go. DO NOT EDIT.
//go:build goexperiment.preemptibleloops
// +build goexperiment.preemptibleloops
package goexperiment
const PreemptibleLoops = true
const PreemptibleLoopsInt = 1
|