spawn.cpp 110 B

12345
  1. #include "spawn.h"
  2. void NRainCheck::NPrivate::SpawnTaskImpl(TTaskRunnerBase* task) {
  3. task->Schedule();
  4. }