Skip to main content

Module timeout

Module timeout 

Source
Expand description

Query-level timeout wrapper for SQL operations.

Provides execute_with_timeout which runs a query operation under an optional tokio::time::timeout guard. All backend crates use this single function instead of duplicating timeout logic.

Functionsยง

execute_with_timeout
Runs a query operation with an optional query timeout.