Threading modeView code on GitHub
Namespace: ChessAssembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Off | 0 | No threading at all. User interface share the search one.View code on GitHub | |
DifferentThreadForSearch | 1 | Use a different thread for search and user interfaceView code on GitHub | |
OnePerProcessorForSearch | 2 | Use one thread for each processor for search and one for user inetrfaceView code on GitHub |
See Also