Skip to content

Commit 792de1a

Browse files
committed
Made the reset void
1 parent d42bb97 commit 792de1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ZirconNet.Core/Async/AsyncTaskQueue.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public async ValueTask WaitForQueueToEnd(bool waitForFirstTask = true, Cancellat
7777
}
7878
}
7979

80-
public async ValueTask Reset(int maximumThreads = -1)
80+
public void Reset(int maximumThreads = -1)
8181
{
8282
SetMaxThreads(ref maximumThreads);
8383

0 commit comments

Comments
 (0)