Back to Aurora Vision Library website

You are here: Start » Function Reference » AVL Common » SetParallelComputing

SetParallelComputing


Header: AVL.h
Namespace: avl
Module: FoundationLite

Controls the state and number of available threads.

Syntax

void avl::SetParallelComputing
(
	bool enabled,
	int num_threads
)

Parameters

Name Type Default Description
enabled bool
num_threads int Numbers of thread available for computation.