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.