aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/utils/proc_alive.h
blob: c4b798b4ca6a4eeb6d302295adbf8fc03b37c343 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

#include <util/system/getpid.h>

namespace NYql {

bool IsProcessAlive(TProcessId pid);

}