aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/rain_check/core/spawn.cpp
blob: c570355fbe1e14eceabde02bb6a3c96d212758f3 (plain) (blame)
1
2
3
4
5
#include "spawn.h"

void NRainCheck::NPrivate::SpawnTaskImpl(TTaskRunnerBase* task) {
    task->Schedule();
}