An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 6.5% on proxy.golang.org

proxy.golang.org : github.com/creachadair/scheddle

Package scheddle defines a basic time-based task queue. Construct a Queue and add tasks to it: A Task is any value exporting a Run method with the signature: You can adapt existing functions to this type using Run. To stop the scheduler and discard any remaining tasks, use: To wait for the queue to become empty without interrupting the scheduler, use: Adding a task returns an ID: Using this ID, you can cancel the task: Cancel reports false if the task has already been scheduled.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/creachadair/scheddle
License: BSD-3-Clause
Latest release: about 2 months ago
Namespace: github.com/creachadair
Stars: 1 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 2 months ago