mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-13 15:46:49 +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
|