SearchEngine SearchMode ThreadingModeE EnumerationDelta Engine Documentation
Threading modeView code on GitHub

Namespace: Chess
Assembly: Chess (in Chess.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public enum ThreadingModeE
Members

  Member nameValueDescription
Off0No threading at all. User interface share the search one.View code on GitHub
DifferentThreadForSearch1Use a different thread for search and user interfaceView code on GitHub
OnePerProcessorForSearch2Use one thread for each processor for search and one for user inetrfaceView code on GitHub
See Also