예제 #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);
 }