Skip to main content

detect_changes_sync

Function detect_changes_sync 

Source
pub fn detect_changes_sync(config: InputConfig<'_>) -> Result<ProcessedResult>
Expand description

Synchronous variant of detect_changes

This creates a new Tokio runtime and blocks on the async version. Prefer the async version if you’re already in an async context.