React Executor - v0.0.26
    Preparing search index...

    Module plugin/detachInactive

    The plugin that detaches an executor that isn't active after a delay.

    import detachInactive from 'react-executor/plugin/detachInactive';

    const executor = useExecutor('test', 42, [
    detachInactive({ delayBeforeActivated: 5_000 }),
    ]);

    Interfaces

    DetachInactiveOptions

    Functions

    default