Polyman Documentation - v2.2.2
    Preparing search index...

    Variable executorConst

    executor: CommandExecutor = ...

    Singleton instance of CommandExecutor. Import and use this instance throughout the application.

    import { executor } from './executor';

    const result = await executor.execute('./solution', {
    timeout: 2000,
    memoryLimitMB: 256
    });