mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-18 13:10:09 +00:00
more ReadMe
This commit is contained in:
@@ -389,6 +389,11 @@ public class SandboxMain : MonoBehaviour
|
||||
Debug.Log("Yeha");
|
||||
}));
|
||||
|
||||
foreach (var (type, size) in TaskPool.GetCacheSizeInfo())
|
||||
{
|
||||
Debug.Log(type + ":" + size);
|
||||
}
|
||||
|
||||
|
||||
//}).Forget();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user