Skip to main content

resolve_blocking

Function resolve_blocking 

Source
pub fn resolve_blocking(urn: &str) -> Result<ResolveOutcome>
Expand description

Blocking convenience: resolve on a private current-thread tokio runtime. For callers outside an async context (a CLI, a sync FFI boundary).