We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c0fe87 commit 5945efdCopy full SHA for 5945efd
src/AsyncFiberWorks/Procedures/FiberTaskWaiter.cs
@@ -38,7 +38,7 @@ public FiberTaskWaiter(ISequentialTaskListRegistry taskList, CancellationToken c
38
/// </summary>
39
/// <returns></returns>
40
/// <exception cref="InvalidOperationException"></exception>
41
- public async Task ExecuteAsync()
+ async Task ExecuteAsync()
42
{
43
lock (_lockObj)
44
0 commit comments