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