WakeUpInternal() static private method

static private WakeUpInternal ( MicroThread thread ) : void
thread MicroThread
return void
 public static void WakeUp(MicroThread thread)
 {
     s_scheduler.WakeUpInternal(thread);
 }