mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-18 05:00:14 +00:00
Fixed edit mode, clear continuations and runners on run mode change, edit mode unit tests
This commit is contained in:
committed by
Antonio Ruggiero
parent
50ba93f951
commit
ecf6c1fba5
@@ -64,6 +64,15 @@ namespace UniRx.Async.Internal
|
||||
}
|
||||
}
|
||||
|
||||
public void Clear()
|
||||
{
|
||||
actionListCount = 0;
|
||||
actionList = new Action[InitialSize];
|
||||
|
||||
waitingListCount = 0;
|
||||
waitingList = new Action[InitialSize];
|
||||
}
|
||||
|
||||
public void Run()
|
||||
{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user