Blender V4.3
BLI_subprocess.hh File Reference

Go to the source code of this file.

Macros

#define BLI_SUBPROCESS_SUPPORT   0
 

Detailed Description

API for subprocess creation and inter-process communication. NOTE: The use of subprocesses is generally discouraged. It should only be used for parallelizing workloads that can only happen on a per-process level due to OS or driver limitations. WARNING: The Subprocess API is only supported on Windows and Linux. Its use should always be inside #if BLI_SUBPROCESS_SUPPORT preprocessor directives.

Definition in file BLI_subprocess.hh.

Macro Definition Documentation

◆ BLI_SUBPROCESS_SUPPORT

#define BLI_SUBPROCESS_SUPPORT   0

Definition at line 21 of file BLI_subprocess.hh.