/* * Copyright (C) 2017-present ScyllaDB */ /* * SPDX-License-Identifier: AGPL-3.0-or-later */ #pragma once #include #include #include namespace db { using timeout_clock = seastar::lowres_clock; using timeout_semaphore = seastar::basic_semaphore; using timeout_semaphore_units = seastar::semaphore_units; static constexpr timeout_clock::time_point no_timeout = timeout_clock::time_point::max(); }