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>();