mirror of
https://github.com/acme-dns/acme-dns.git
synced 2026-02-28 18:04:25 -07: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
|