feat: add less busy worker choice strategy to internal benchmarks
[poolifier.git] / src / utils.ts
... / ...
CommitLineData
1/**
2 * An intentional empty function.
3 */
4export const EMPTY_FUNCTION: () => void = Object.freeze(() => {
5 /* Intentionally empty */
6})