non public
parent
005e02a1fa
commit
6e0ad3623b
|
@ -263,7 +263,7 @@ namespace Cysharp.Threading.Tasks
|
||||||
}
|
}
|
||||||
|
|
||||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||||
public void Run()
|
void Run()
|
||||||
{
|
{
|
||||||
var call = continuation;
|
var call = continuation;
|
||||||
continuation = null;
|
continuation = null;
|
||||||
|
|
|
@ -31,7 +31,7 @@ namespace Cysharp.Threading.Tasks.Internal
|
||||||
}
|
}
|
||||||
|
|
||||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||||
public void Run(T _)
|
void Run(T _)
|
||||||
{
|
{
|
||||||
var call = continuation;
|
var call = continuation;
|
||||||
continuation = null;
|
continuation = null;
|
||||||
|
|
Loading…
Reference in New Issue