@flowscripter/dynamic-plugin-framework
    Preparing search index...

    Interface SpawnCapable

    Implemented by PluginManager implementations which support having their process spawning delegated to a host-supplied SpawnInterface instead of spawning directly.

    interface SpawnCapable {
        setSpawn(spawn: SpawnInterface): void;
    }

    Implemented by

    Index