Esempio n. 1
0
 public abstract void Run(CoroutineEventThread thread, string eventName, T eventArg);
Esempio n. 2
0
 public static void Initialize(int threadsCount = 0, int cycleMaxMs = 10)
 {
     _eventThread = new CoroutineEventThread(threadsCount, cycleMaxMs);
 }