Exemple #1
0
 public static Coroutine AsCouroutine(this Task task)
 {
     return(MainThread.CoroutineFromTask(task));
 }