示例#1
0
        /// <summary>
        /// TaskRunner doesn't stop executing tasks between scenes it's the final user responsibility to stop the tasks
        /// if needed
        /// </summary>
        public virtual void StopAllCoroutines()
        {
            CoroutineRunner <T> .StopRoutines(_flushingOperation);

            _newTaskRoutines.Clear();
        }