chore: v2.6.17
[poolifier.git] / src / utils.ts
index 128b65da06f6c17b9fd12659521db3d8437a655b..0becc5ed9aed9147cfaa5351d60a5e757ba0554b 100644 (file)
@@ -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.
  */