http-commands

This commit is contained in:
2023-04-13 20:42:05 +04:00
parent 24c9aa2043
commit e1a9ad476c
31 changed files with 428 additions and 104 deletions
+1 -1
View File
@@ -18,5 +18,5 @@ namespace Ragon.Server.IO;
public interface IExecutor
{
public Task Run(Action action);
public Task Run(Action action, TaskCreationOptions task = TaskCreationOptions.None);
}