pub unsafe extern "C" fn mlirContextCreateWithThreading(
threadingEnabled: bool,
) -> MlirContext
Expand 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,
) -> MlirContext
Creates an MLIR context with an explicit setting of the multithreading setting and transfers its ownership to the caller.