Registry / utility / tidwall-lotsa

tidwall-lotsa

JSON →
library1.0.5gogounverified

Lotsa is a Go library for running concurrent operations with configurable parallelism.

go get github.com/tidwall/lotsa
INSTALL
IMPORT
SIG · TIDWALL-LOTSA
T
tidwall-lotsa
utilitygov1.0.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

lotsa
✓ github.com/tidwall/lotsa

Run 100 concurrent operations

package main import ( "fmt" "github.com/tidwall/lotsa" ) func main() { lotsa.Ops(100, func(i int) { fmt.Println(i) }) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.5latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
tidwall-lotsa — go get tidwall-lotsa · libregistry