Pustalorc.AsyncTaskDispatcher
1.2.0
See the version list below for details.
dotnet add package Pustalorc.AsyncTaskDispatcher --version 1.2.0
NuGet\Install-Package Pustalorc.AsyncTaskDispatcher -Version 1.2.0
<PackageReference Include="Pustalorc.AsyncTaskDispatcher" Version="1.2.0" />
paket add Pustalorc.AsyncTaskDispatcher --version 1.2.0
#r "nuget: Pustalorc.AsyncTaskDispatcher, 1.2.0"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net481 is compatible. |
-
.NETFramework 4.8.1
- Pustalorc.AsyncThreadingUtils (>= 1.1.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Pustalorc.AsyncTaskDispatcher:
Package | Downloads |
---|---|
Pustalorc.BuildableAbstractions.API
Unturned Library to provide abstractions for Barricades and Structures, as Buildables. Also includes some useful patches for events that don't exist by default. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Updated configuration and threading utils lib