{"id":67615,"library":"futures-time","title":"Futures Time","description":"Async time combinators for working with delays and timeouts.","status":"active","version":"3.1.0","language":"rust","source_language":null,"source_url":"https://github.com/yoshuawuyts/futures-time","tags":["async","time","futures","delay"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nfutures-time = \"3.1.0\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add futures-time","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"FutureTimerExt","correct":"use futures_time::prelude::*;"}],"quickstart":{"code":"use futures_time::prelude::*;\nuse std::time::Duration;\n\n#[tokio::main]\nasync fn main() {\n    let _ = async {}.delay(Duration::from_secs(1)).await;\n}","lang":"rust","description":"Adds a one-second delay to a future."},"warnings":[{"fix":"Add a runtime dependency and use #[tokio::main] or similar.","message":"Requires an async runtime like Tokio or async-std.","severity":"gotcha","affected_versions":">=3.0.0"}],"env_vars":null,"search_vec":"'async':3,12 'combin':5 'delay':9,15 'futur':1,14 'time':2,4,13 'timeout':11 'work':7","created_at":"2026-06-17T17:39:25.098767+00:00","updated_at":"2026-06-17T17:39:25.098767+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/yoshuawuyts/futures-time","github":"https://github.com/yoshuawuyts/futures-time","docs":"https://docs.rs/futures-time/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}