An implementation of a kernel spec manager.

Hierarchy (view full)

Implements

Constructors

Properties

_connectionFailure: Signal<KernelSpecManager, Error> = ...
_isReady: boolean = false
_pollSpecs: Poll<any, any, "standby">
_ready: Promise<void>
_specs: null | ISpecModels = null
_specsChanged: Signal<KernelSpecManager, ISpecModels> = ...
serverSettings: ServerConnection.ISettings

The server settings for the manager.

Accessors

Methods