Skip to main content

shared_curl_api

Function shared_curl_api 

Source
pub fn shared_curl_api(lib_path: &Path) -> Result<Arc<CurlApi>, SysError>
Expand description

Get or initialize the process-wide shared CurlApi instance. First call loads the library; subsequent calls return the cached Arc.