cmd/ingestor/thread_affinity.go (
2
lines of code) (
raw
):
//go:build !linux package main func pinToCPU(cpu int) error { return nil }