Пример #1
0
 public abstract void Run(CoroutineEventThread thread, string eventName, T eventArg);
Пример #2
0
 public static void Initialize(int threadsCount = 0, int cycleMaxMs = 10)
 {
     _eventThread = new CoroutineEventThread(threadsCount, cycleMaxMs);
 }