UCILoader 1.1.2
Small C++ library that allows user to connect to a chess engines via UCI protocol.
Loading...
Searching...
No Matches
UCILoader::EngineInstance< Move >::TimeoutException Class Reference

Exception thrown when a sync() or ping() operation times out. More...

#include <EngineConnection.h>

Inherits std::exception.

Detailed Description

template<class Move>
class UCILoader::EngineInstance< Move >::TimeoutException

Exception thrown when a sync() or ping() operation times out.

When this exception is thrown, the engine process will be terminated and the listener thread associated with the engine instance is shut down.


The documentation for this class was generated from the following file: