SkillAgentSearch skills...

Queue

Execute tasks in parallel with a concurrency limit

Install / Use

/learn @rylio/Queue
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

queue

Run tasks on seperate goroutines with control

Basic Example

import "github.com/otium/queue"

q := queue.NewQueue(func(val interface{}) {


}, 20)
for i := 0; i < 200; i++ {
    q.Push(i)
}
q.Wait()

Documentation: http://godoc.org/github.com/otium/queue

Related Skills

View on GitHub
GitHub Stars79
CategoryDevelopment
Updated10mo ago
Forks15

Languages

Go

Security Score

87/100

Audited on May 13, 2025

No findings