Skip to content

feat: cancelable timeouts

TheLD requested to merge theld/cleanable-timeouts into master

Add cancelable timeouts to @adornis/base. These timeouts can be canceled by calling a global hook. This may be used to ensure no timeouts keep the node process running after the main function is already done. Useful to ensure timely completion of tests

Merge request reports