我要评分
获取效率
正确性
完整性
易理解

KmlVmlSetNumThreads

Specify the number of running threads.

Interface Definition

void KmlVmlSetNumThreads(int nThreads)

Parameters

Parameter

Type

Description

Input/Output

nThreads

Integer

Number of threads. The value must be greater than 0.

Input

Dependencies

#include "kvml.h"

Examples

KmlVmlSetNumThreads(4); // Set the number of running threads to 4.