React Executor - v0.0.24
    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({ delayBeforeActivation: 5_000 })
    ]);

    Interfaces

    DetachInactiveOptions

    Functions

    default