🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

MADE.Threading

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

MADE.Threading

MADE.NET Threading provides helpers and extensions that help with application scenarios that care about threads. Amongst the features, you'll find an improved take on the .NET `Timer` implementation to make it easier for you to use in your apps!

2.0.0
Source
NuGet
Version published
Maintainers
1
Created
Source

MADE.NET Threading

GitHub release Build status Twitter Followers Nuget MADE.NET docs

The MADE.NET Threading library provides helpers and extensions that help with application scenarios that care about threads. Amongst the features, you'll find an improved take on the .NET Timer implementation to make it easier for you to use in your apps!

Features ⭐

  • Timer - Providing an easy-to-use alternative to the System.Threading.Timer with Start and Stop methods.
  • TaskExtensions - A collection of methods that build on the Task type to provide support for ensuring thrown exceptions are observed, and simply call WhenAll and WhenAny on Task collections. Find out more about extensions for Tasks.

Getting started

Get the library

You can install the Threading library into your dotnet application by running the following command:

dotnet add package MADE.Threading

Or by adding the MADE.Threading package in your NuGet package manager of choice.

Contributing 🤝🏻

Contributions, issues and feature requests are welcome!

Feel free to check the issues page. You can also take a look at the contributing guide.

We actively encourage you to jump in and help with any issues, and if you find one, don't forget to log it!

Support this project 💗

As many developers know, projects like this are built and maintained in maintainers' spare time. If you find this project useful, please Star or sponsor the repo on GitHub.

License

This project is made available under the terms and conditions of the MIT license.

Keywords

MADE

FAQs

Package last updated on 29 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts