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