Registry / messaging / vmihailenco-taskq-v3

vmihailenco-taskq-v3

JSON →
library3.2.9gogounverified

Package taskq implements task/job queue with Redis, SQS, IronMQ, and in-memory backends.

go get github.com/vmihailenco/taskq/v3
INSTALL
IMPORT
SIG · VMIHAILENCO-TASKQ-
V
vmihailenco-taskq-v3
messaginggov3.2.9
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.

taskq
✓ github.com/vmihailenco/taskq/v3

Create a task queue and add a task.

package main import ( "context" "github.com/vmihailenco/taskq/v3" ) func main() { q := taskq.NewQueue() task := taskq.NewTask("example", func() error { return nil }) q.AddTask(context.Background(), task) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
OpenAI (training)
1
Resources
vmihailenco-taskq-v3 — go get vmihailenco-taskq-v3 · libregistry