X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Finterfaces%2FMessageValue.html;h=b959063afe8df23067fd08e0fa1517d65ed4eeca;hb=cea16128a949e8f118627f00ccb33b08db281c45;hp=739ae0839c86e0c4aa71ce31eae4081d1d280fae;hpb=1d6ec394e8f7467f72baeb74dda4794fdc5ab322;p=poolifier.git diff --git a/docs/interfaces/MessageValue.html b/docs/interfaces/MessageValue.html index 739ae083..b959063a 100644 --- a/docs/interfaces/MessageValue.html +++ b/docs/interfaces/MessageValue.html @@ -14,7 +14,7 @@ -

Interface MessageValue<Data, MainWorker>

+

Interface MessageValue<Data, MainWorker>Internal

Message object that is passed between main worker and worker.

@@ -36,7 +36,7 @@ +
  • Defined in src/utility-types.ts:18
  • @@ -60,14 +60,14 @@
    +
  • Defined in src/pools/worker.ts:42
  • error?: string

    Error.

    +
  • Defined in src/utility-types.ts:29
  • id?: string
    @@ -75,14 +75,14 @@
    +
  • Defined in src/pools/worker.ts:46
  • kill?: 1 | "SOFT" | "HARD"

    Kill code.

    +
  • Defined in src/utility-types.ts:25
  • parent?: MainWorker
    @@ -90,14 +90,14 @@

    Only for internal use.

    +
  • Defined in src/utility-types.ts:40
  • runTime?: number

    Runtime.

    +
  • Defined in src/utility-types.ts:33