X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils.ts;h=0becc5ed9aed9147cfaa5351d60a5e757ba0554b;hb=refs%2Ftags%2Fv2.6.13;hp=128b65da06f6c17b9fd12659521db3d8437a655b;hpb=0b865f450ada9f811ae7d0a292b29b6c095f1c90;p=poolifier.git diff --git a/src/utils.ts b/src/utils.ts index 128b65da..0becc5ed 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -5,6 +5,11 @@ import type { } from './pools/selection-strategies/selection-strategies-types' import type { KillBehavior } from './worker/worker-options' +/** + * Default task name. + */ +export const DEFAULT_TASK_NAME = 'default' + /** * An intentional empty function. */