Stop Synced Coroutine?

Is there a way to stop a synced coroutine? I only see TrueSyncManager.StartSyncedCoroutine, but there is no StopSyncedCoroutine. Looking at the CoroutineScheduler class, it looks like there's a RemoveCoroutine method, but it's private.

Answers

  • Hello @Slothstin, you are right, there is no StopSyncedCoroutine, we only implemented support for something that should be always executed.