X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=252c674d5307ec87309cc0656e8144589d5158a0;hb=5c30b9d94384214b24f11ea7e68a54efaa6795b7;hp=5b43780771b7d02b392cd33e254b654850027bb1;hpb=15d6dfaf877ec6a99e2bde48cb3c8a9e8671c075;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index 5b437807..252c674d 100644 --- a/docs/interfaces/Task.html +++ b/docs/interfaces/Task.html @@ -1,4 +1,4 @@ -Task | poolifier
+Task | poolifier - v2.6.19
  • Preparing search index...
  • -
  • The search index is not available
poolifier
+
  • The search index is not available
  • poolifier - v2.6.19
    @@ -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:66
  • @@ -45,7 +45,8 @@

    Properties

    @@ -56,7 +57,7 @@
    +
  • Defined in src/utility-types.ts:78
  • id?: string
    @@ -64,7 +65,7 @@
    +
  • Defined in src/utility-types.ts:86
  • name?: string
    @@ -72,15 +73,23 @@
    -
    - -
    submissionTimestamp?: number
    -

    Submission timestamp.

    +
  • Defined in src/utility-types.ts:74
  • +
    + +
    timestamp?: number
    +

    Timestamp.

    +
  • Defined in src/utility-types.ts:82
  • +
    + +
    workerId: number
    +

    Worker id.

    +
    +
    +
  • timestamp
  • +
  • workerId
  • +
  • WorkerTypes
  • +
  • availableParallelism
  • Generated using TypeDoc

    \ No newline at end of file