dynamo-runtime 1.3.0-dev.1

Dynamo Runtime Library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

pub use tokio::time::{Duration, Instant};

pub mod graceful_shutdown;
pub mod ip_resolver;
pub mod pool;
pub mod stream;
pub mod task;
pub mod tasks;
pub mod typed_prefix_watcher;

pub use graceful_shutdown::{GracefulShutdownTracker, GracefulTaskGuard};
pub use ip_resolver::{local_ip_for_advertise, tcp_rpc_host_from_env};