mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-29 23:30:04 +01:00
4 lines
143 B
Go
4 lines
143 B
Go
|
// Package stackless provides functionality that may save stack space
|
||
|
// for high number of concurrently running goroutines.
|
||
|
package stackless
|