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

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