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

Top 8.5% on proxy.golang.org
Top 3.4% dependent packages on proxy.golang.org
Top 4.7% dependent repos on proxy.golang.org

proxy.golang.org : github.com/reactivego/scheduler

Package scheduler provides a concurrent and a serial task scheduler with support for task cancellation. The concurrent Goroutine scheduler will dispatch a task asynchronously and run it concurrently with previously scheduled tasks. Nested tasks dispatched inside ScheduleRecursive by calling the function again() will be asynchronous and serial. The serial scheduler will dispatch tasks asynchronously by adding them to a serial queue and running them when the Wait method is called.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/reactivego/scheduler
License: MIT
Latest release: 2 months ago
First release: over 3 years ago
Namespace: github.com/reactivego
Dependent packages: 3
Dependent repositories: 1
Stars: 5 on GitHub
Forks: 1 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 30 days ago

    Loading...
    Readme
    Loading...