Pustalorc.AsyncTaskDispatcher
1.1.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Pustalorc.AsyncTaskDispatcher --version 1.1.0
NuGet\Install-Package Pustalorc.AsyncTaskDispatcher -Version 1.1.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.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pustalorc.AsyncTaskDispatcher --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Pustalorc.AsyncTaskDispatcher, 1.1.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.1.0 // Install Pustalorc.AsyncTaskDispatcher as a Cake Tool #tool nuget:?package=Pustalorc.AsyncTaskDispatcher&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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>
<DelayOnItemNotReadyAndSolo>1000</DelayOnItemNotReadyAndSolo>
<MaxQueueSystems>2</MaxQueueSystems>
</AsyncTaskDispatcherPluginConfiguration>
Product | Versions 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.
-
.NETFramework 4.8.1
- Pustalorc.AsyncThreadingUtils (>= 1.0.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.