Skip to main content

tls_blocking

Function tls_blocking 

Source
pub async fn tls_blocking<T, F>(handle: &RuntimeHandle, f: F) -> Result<T>
where T: Send + 'static, F: FnOnce() -> Result<T> + Send + 'static,