Avoid to on-by-one in worker function. (#285)
[poolifier.git] / src / utils.ts
CommitLineData
6e9d10db
JB
1/**
2 * An intentional empty function.
3 */
4export const EMPTY_FUNCTION: () => void = () => {
5 /* Intentionally empty */
6}