X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Findex.html;h=b584827067d7884d0ac564eafa96e1272519d1bb;hb=c61227cd0812ec00c816c7bd2439f860e08c18a8;hp=6154496e75fabbbbe9b2199f0dffa5b5fb420b62;hpb=7c0ba92006a5c188738ffc5ff642c51f172df3d6;p=poolifier.git diff --git a/docs/index.html b/docs/index.html index 6154496e..b5848270 100644 --- a/docs/index.html +++ b/docs/index.html @@ -112,7 +112,7 @@
ErrorHandler<Worker>: (this: Worker, e: Error) => void
@@ -157,7 +157,7 @@
ExitHandler<Worker>: (this: Worker, code: number) => void
@@ -202,7 +202,7 @@
KillBehavior: keyof typeof KillBehaviors
@@ -217,7 +217,7 @@
OnlineHandler<Worker>: (this: Worker) => void
@@ -259,7 +259,7 @@
ThreadWorkerWithMessageChannel: Worker & Draft<MessageChannel>
@@ -274,7 +274,7 @@
WorkerChoiceStrategy: keyof typeof WorkerChoiceStrategies
@@ -292,7 +292,7 @@
KillBehaviors: Readonly<{ HARD: "HARD"; SOFT: "SOFT" }> = ...
@@ -307,7 +307,7 @@
WorkerChoiceStrategies: Readonly<{ LESS_RECENTLY_USED: "LESS_RECENTLY_USED"; ROUND_ROBIN: "ROUND_ROBIN" }> = ...