X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FTask.html;h=e8b56a386a74fa57c5f253646405c9f5b8506809;hb=3dd69d8ee8aa2132fccb106720a9f5ae67b92cc8;hp=ccbc94e10e7bf9664f9b591fb084aa3bb71d1a40;hpb=8d1797ad15cb2d87ac3c9904ce6df3db45c0c742;p=poolifier.git diff --git a/docs/interfaces/Task.html b/docs/interfaces/Task.html index ccbc94e1..e8b56a38 100644 --- a/docs/interfaces/Task.html +++ b/docs/interfaces/Task.html @@ -18,9 +18,9 @@

Message object that is passed as a task between main worker and worker.

-
+

Type Parameters

-
+
  • Defined in src/pools/worker.ts:39
  • @@ -51,14 +51,14 @@

    Task input data that will be passed to the worker.

    +
  • Defined in src/pools/worker.ts:43
  • id?: string

    UUID of the message.

    +
  • Defined in src/pools/worker.ts:47