Function clang_sys::get_library
source ยท pub fn get_library() -> Option<Arc<SharedLibrary>>
Expand description
Returns the library instance stored in TLS.
This functions allows for sharing library instances between threads.
pub fn get_library() -> Option<Arc<SharedLibrary>>
Returns the library instance stored in TLS.
This functions allows for sharing library instances between threads.