Skip to main content

Module timeout

Module timeout 

Source
Expand description

Query-level timeout wrapper for SQL operations.

Provides execute_with_timeout which wraps any async query future with an optional tokio::time::timeout guard. All backend crates use this single function instead of duplicating timeout logic.

Functionsยง

execute_with_timeout
Executes fut with an optional query timeout.