Merge pull request #392 from Ryuu-64/master
Typo in TaskPool.cs annotation internaly -> internallymaster
commit
f48cb4b03e
|
@ -7,7 +7,7 @@ using System.Threading;
|
||||||
|
|
||||||
namespace Cysharp.Threading.Tasks
|
namespace Cysharp.Threading.Tasks
|
||||||
{
|
{
|
||||||
// internaly used but public, allow to user create custom operator with pooling.
|
// internally used but public, allow to user create custom operator with pooling.
|
||||||
|
|
||||||
public static class TaskPool
|
public static class TaskPool
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue