User's Guide > Fundamentals > Structure of a Creo Toolkit Application > Threading in Creo Toolkit Applications
Threading in Creo Toolkit Applications
Calling Creo TOOLKIT applications from within multiple threads of any application in any mode is not supported. Extra threads created by the application are to be used only for completion of tasks that do not directly call the Creo TOOLKIT functions.
Multithreading is now always supported in Creo TOOLKIT applications, without the need to call the multithreading function, when the application creates additional threads for processing.
這是否有幫助?