mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03: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
|