From 005e02a1fa8613349761e3a4e33e05090995ca07 Mon Sep 17 00:00:00 2001 From: neuecc Date: Wed, 27 May 2020 07:39:19 +0900 Subject: [PATCH] sealed --- .../Assets/Plugins/UniTask/Runtime/Internal/PooledDelegate.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/UniTask/Assets/Plugins/UniTask/Runtime/Internal/PooledDelegate.cs b/src/UniTask/Assets/Plugins/UniTask/Runtime/Internal/PooledDelegate.cs index 16f112b..55f3726 100644 --- a/src/UniTask/Assets/Plugins/UniTask/Runtime/Internal/PooledDelegate.cs +++ b/src/UniTask/Assets/Plugins/UniTask/Runtime/Internal/PooledDelegate.cs @@ -4,7 +4,7 @@ using System.Runtime.CompilerServices; namespace Cysharp.Threading.Tasks.Internal { - internal class PooledDelegate + internal sealed class PooledDelegate { static readonly ConcurrentQueue> pool = new ConcurrentQueue>();