10 packages tagged with “BackgroundWorker”
Easily create jobs that run based on Cron expressions.
abpvnext backgroundworkers system hangfire integration
Easily create background jobs that run based on Cron expressions, interval or absolute time.
Easily create recurring jobs that run at intervals.
Generic Background Worker .Net Standard Library. For running background taks using generic types. https://www.codeproject.com/Articles/42103/Generic-Background-Worker
Easily create jobs that run at a specific time and date.
Library that adds a BackgroundWorker and TaskQueue with Async support.
Schedule background work using a standard cron pattern
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.
The Task Repetitor library provides a simple and flexible way to schedule and execute repetitive tasks, both synchronous and asynchronous, in .NET applications.