mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-01-20 15:16:42 +00:00
3 lines
143 B
Go
3 lines
143 B
Go
// Package stackless provides functionality that may save stack space
|
|
// for high number of concurrently running goroutines.
|
|
package stackless
|