Pustalorc.AsyncTaskDispatcher 1.2.0

dotnet add package Pustalorc.AsyncTaskDispatcher --version 1.2.0
NuGet\Install-Package Pustalorc.AsyncTaskDispatcher -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Pustalorc.AsyncTaskDispatcher" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pustalorc.AsyncTaskDispatcher --version 1.2.0
#r "nuget: Pustalorc.AsyncTaskDispatcher, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Pustalorc.AsyncTaskDispatcher as a Cake Addin
#addin nuget:?package=Pustalorc.AsyncTaskDispatcher&version=1.2.0

// Install Pustalorc.AsyncTaskDispatcher as a Cake Tool
#tool nuget:?package=Pustalorc.AsyncTaskDispatcher&version=1.2.0

AsyncTaskDispatcher

Unturned Plugin to allow developers to queue asynchronous tasks on a separate thread like rocketmod's TaskDispatcher for queueing actions in the main thread, whilst allowing users to customize how the queue is processed. Download is available on github releases

Default Configuration:

<?xml version="1.0" encoding="utf-8"?>
<AsyncTaskDispatcherPluginConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <DelayOnEmptyQueue>5000</DelayOnEmptyQueue> 
  <DelayOnQueueNotReady>1000</DelayOnQueueNotReady> 
  <DelayOnItemNotReady>25</DelayOnItemNotReady> 
  <DelayOnItemExecuted>1</DelayOnItemExecuted> 
  <MaxQueueSystems>2</MaxQueueSystems> 
</AsyncTaskDispatcherPluginConfiguration>
Product Compatible and additional computed target framework versions.
.NET Framework net481 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 219 4/10/2023
1.1.0 203 12/20/2022

Updated configuration and threading utils lib