Expand description
Timeout tracking for evaluation
Provides platform-specific timeout tracking. On native targets, uses std::time::Instant to track elapsed time. On WASM, timeout checking is a no-op since std::time::Instant is not available in the wasm32 target.
Structsยง
- Timeout
Tracker - Timeout tracker for evaluation