/
githubmirror
/
nbs
Обзор
Документация
Войти
/
githubmirror
/
nbs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
yt/cpp/mapreduce/interface/client.cpp
19 строк
403 B
Anton Myagkov
Update ydb version to 24.4 (#4579)
07 фев 2026, 11:59
Не верифицирован
07 фев 2026, 11:59
2c21cae
Код
Авторство
О чём код?
#include "client.h" namespace NYT { //////////////////////////////////////////////////////////////////////////////// void ILock::Wait(TDuration timeout) { return GetAcquiredFuture().GetValue(timeout); } void ITransaction::Detach() { Y_ABORT("ITransaction::Detach() is not implemented"); } //////////////////////////////////////////////////////////////////////////////// } // namespace NYT