Skip to content

Commit

Permalink
remove the assignment of thread.Name
Browse files Browse the repository at this point in the history
that will cause crash under .Net 5.0
  • Loading branch information
ZjzMisaka committed Nov 11, 2023
1 parent d671cfd commit 7863f7e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PowerThreadPool/Worker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ internal Worker(PowerPool powerPool)
return;
}
thread.Name = work.ID;
powerPool.OnWorkStart(work.ID);
ExecuteResultBase executeResult;
Expand Down

0 comments on commit 7863f7e

Please sign in to comment.