X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=cf96dbafd5783d82024bb3e9a5ca8e94e6a27330;hb=c4424e52e4924efa5eef704cb5dcb82f2760e0da;hp=091981faa6ae760f121327f5f971b093a760bbc7;hpb=aac8863d208eadcb0ecb33dc44d045c26f5a444f;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index 091981fa..cf96dbaf 100644 --- a/docs/interfaces/Task.html +++ b/docs/interfaces/Task.html @@ -1,4 +1,4 @@ -Task | poolifier
+Task | poolifier - v2.6.23
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.23
    @@ -24,7 +24,7 @@
    • Data = unknown

      -

      Type of data sent to the worker. This can only be serializable data.

      +

      Type of data sent to the worker. This can only be structured-cloneable data.

    @@ -34,7 +34,7 @@
    +
  • Defined in src/utility-types.ts:65
  • @@ -43,9 +43,10 @@

    Properties

    Properties

    @@ -56,15 +57,7 @@
    -
    - -
    id?: string
    -

    Message UUID.

    -
    -
    +
  • Defined in src/utility-types.ts:77
  • name?: string
    @@ -72,7 +65,15 @@
    +
  • Defined in src/utility-types.ts:73
  • +
    + +
    taskId?: string
    +

    Task UUID.

    +
    +
    timestamp?: number
    @@ -80,7 +81,15 @@
    +
  • Defined in src/utility-types.ts:81
  • +
    + +
    workerId: number
    +

    Worker id.

    +
    +
    +
  • WorkerTypes
  • +
  • availableParallelism
  • Generated using TypeDoc

    \ No newline at end of file