mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-01 14:47:38 +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
|