/* * Copyright (C) 2017-present ScyllaDB */ /* * SPDX-License-Identifier: LicenseRef-ScyllaDB-Source-Available-1.0 */ #pragma once #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(); }