cxx-frontend
    Preparing search index...

    Class LanguageServer

    A language server backed by the cxx frontend.

    The server runs on the JavaScript thread, preprocessing and parsing periodically yield to the event loop so every entry point is asynchronous.

    Implements

    • Disposable
    • AsyncDisposable
    Index
    • Releases the native resources owned by the server.

      Calling dispose more than once is allowed, a disposed server must not receive any further message.

      Returns void