mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-15 03:20:16 +00:00
sealed
This commit is contained in:
@@ -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>>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user