Table of Contents

Class AsynchronousCommandExecutor

Namespace
DSharpPlus.CommandsNext.Executors
Assembly
DSharpPlus.CommandsNext.dll

Executes commands using System.Threading.Tasks.Task.Run(System.Func<System.Threading.Tasks.Task>).

public sealed class AsynchronousCommandExecutor : ICommandExecutor
Inheritance
object
AsynchronousCommandExecutor
Implements