Class GameProcessor

Class that processes games.

Hierarchy

  • GameProcessor

Constructors

Properties

lineReader: Interface
multithreadConfig: MultithreadConfig
readInHeader: boolean

Methods

  • If configured for multithreading, this function adds the result from a worker thread to the main thread.

    Parameters

    • err: Error

      Error object, if an error occured.

    • result: WorkerMessage

      The result of the PGN parsing from the worker thread.

    Returns void

Generated using TypeDoc