pub unsafe extern "C" fn mlirContextCreateWithThreading(
threadingEnabled: bool,
) -> MlirContextExpand description
Creates an MLIR context with an explicit setting of the multithreading setting and transfers its ownership to the caller.
pub unsafe extern "C" fn mlirContextCreateWithThreading(
threadingEnabled: bool,
) -> MlirContextCreates an MLIR context with an explicit setting of the multithreading setting and transfers its ownership to the caller.