public Promise <T> RunAsync(IEnumerator coroutine) { CoroutineRunner.StartRoutine <T>(coroutine, HandleCallback); return(promise); }
void OnDestroy() { _coroutineRunner = null; }