binaryninja::worker_thread

Function execute_on_worker_thread

source
pub fn execute_on_worker_thread<F: Fn() + 'static, S: BnStrCompatible>(
    name: S,
    f: F,
)