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