Mzu.Libs.Rollercoaster
1.1.0
dotnet add package Mzu.Libs.Rollercoaster --version 1.1.0
NuGet\Install-Package Mzu.Libs.Rollercoaster -Version 1.1.0
<PackageReference Include="Mzu.Libs.Rollercoaster" Version="1.1.0" />
paket add Mzu.Libs.Rollercoaster --version 1.1.0
#r "nuget: Mzu.Libs.Rollercoaster, 1.1.0"
// Install Mzu.Libs.Rollercoaster as a Cake Addin #addin nuget:?package=Mzu.Libs.Rollercoaster&version=1.1.0 // Install Mzu.Libs.Rollercoaster as a Cake Tool #tool nuget:?package=Mzu.Libs.Rollercoaster&version=1.1.0
RollerCoaster Project
The RollerCoaster Project is a lightweight library that allows you to schedule and run methods at specific intervals using background services. It provides an easy way to execute methods periodically without blocking the main thread.
Features
- Schedule methods to run at specified intervals
- Support for static and non-static methods
- Support for dependency injection within scheduled methods
- Thread-safe execution of methods within the same group
- Ability to name and manage background services
Getting Started
To see the full documentation please check the [github page] (https://github.com/ravaee/Mzu.Libs.Rollercoaster)
Contributing
Contributions to the RollerCoaster Project are welcome! If you find a bug, have an enhancement request, or want to contribute code, please open an issue or submit a pull request.
License
The RollerCoaster Project is licensed under the MIT License. See the LICENSE file for more information.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net7.0
- Microsoft.Extensions.Hosting.Abstractions (>= 7.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
- Adding tests
- Extend the Readme file