X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Findex.html;h=c18f62416d28f63e5f2ec590267d0bacd085b274;hb=90a9a10f90101fa6ad60683f4ce75bb422c8652d;hp=0f55e75c68e503c0a708c1e8ccd57b4e797ac1d6;hpb=aa4307c339b5e1b49c04bcbaee597f48830b1f12;p=poolifier.git diff --git a/docs/index.html b/docs/index.html index 0f55e75c..c18f6241 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,17 +1,17 @@ -poolifier
Options
All
  • Public
  • Public/Protected
  • All
Menu

poolifier

Index

Type aliases

ErrorHandler

ErrorHandler<Worker>: (this: Worker, e: Error) => void

Type parameters

  • Worker

Type declaration

KillBehavior

KillBehavior: keyof typeof KillBehaviors

Kill behavior.

-

OnlineHandler

OnlineHandler<Worker>: (this: Worker) => void

Type parameters

  • Worker

Type declaration

    • (this: Worker): void
    • +

OnlineHandler

OnlineHandler<Worker>: (this: Worker) => void

Type parameters

  • Worker

Type declaration

    • (this: Worker): void
    • Callback invoked when the worker has started successfully.

      -

      Parameters

      • this: Worker

      Returns void

ThreadWorkerWithMessageChannel

ThreadWorkerWithMessageChannel: Worker & Draft<MessageChannel>
+

Parameters

  • this: Worker

Returns void

ThreadWorkerWithMessageChannel

ThreadWorkerWithMessageChannel: Worker & Draft<MessageChannel>

A thread worker with message channels for communication between main thread and thread worker.

-

WorkerChoiceStrategy

WorkerChoiceStrategy: keyof typeof WorkerChoiceStrategies
+

WorkerChoiceStrategy

WorkerChoiceStrategy: keyof typeof WorkerChoiceStrategies

Worker choice strategy.

-

Variables

KillBehaviors

KillBehaviors: Readonly<{ HARD: "HARD"; SOFT: "SOFT" }> = ...
+

Variables

KillBehaviors

KillBehaviors: Readonly<{ HARD: "HARD"; SOFT: "SOFT" }> = ...

Enumeration of kill behaviors.

-

WorkerChoiceStrategies

WorkerChoiceStrategies: Readonly<{ LESS_RECENTLY_USED: "LESS_RECENTLY_USED"; ROUND_ROBIN: "ROUND_ROBIN" }> = ...
+

WorkerChoiceStrategies

WorkerChoiceStrategies: Readonly<{ LESS_RECENTLY_USED: "LESS_RECENTLY_USED"; ROUND_ROBIN: "ROUND_ROBIN" }> = ...

Enumeration of worker choice strategies.

Generated using TypeDoc

\ No newline at end of file