jobqueue
JobQueue is a lightweight, thread-based sequential task queue designed for .NET applications. It allows you to enqueue jobs that are processed one by one in the exact order they were added. The jobs are executed on a dedicated background thread, and each job is delivered to a registered callback method.
Ecosystem
nuget.org
nuget.org
Latest Release
9 months ago
1.0.0
9 months ago
Versions
1
1
Downloads
381 total
381 total
Links
| Registry | nuget.org |
| JSON API | View JSON |
| CodeMeta | codemeta.json |
Package Details
| PURL |
pkg:nuget/jobqueue
spec |
| License | MIT |
| First Release | 9 months ago |
| Last Synced | 20 days ago |