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 })
]);

Index

Interfaces

Functions