master
neuecc 2020-05-27 07:39:19 +09:00
parent 10fb8060fa
commit 005e02a1fa
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ using System.Runtime.CompilerServices;
namespace Cysharp.Threading.Tasks.Internal
{
internal class PooledDelegate<T>
internal sealed class PooledDelegate<T>
{
static readonly ConcurrentQueue<PooledDelegate<T>> pool = new ConcurrentQueue<PooledDelegate<T>>();