mirror of
https://github.com/valyala/fasthttp.git
synced 2026-06-14 15:56:44 +03:00
4 lines
156 B
Go
4 lines
156 B
Go
// Package stackless saves stack space for high number of concurrently
|
|
// running goroutines, which use writers from compress/* packages.
|
|
package stackless
|