X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FDraft.html;h=c92ca52b126bd700f567a37dc18517c2c051888e;hb=811dc01fd8bb1b23cc3e6e72f7fbc82cc8f473ae;hp=314cbb791bedfd2dc1c7025fde860bf9a2547093;hpb=06fa9e0de6b62965c9dd2fe6023e943f35775026;p=poolifier.git diff --git a/docs/types/Draft.html b/docs/types/Draft.html index 314cbb79..c92ca52b 100644 --- a/docs/types/Draft.html +++ b/docs/types/Draft.html @@ -1,4 +1,4 @@ -Draft | poolifier
+Draft | poolifier
-
Draft<T>: { -readonly [ P in keyof T]?: T[P] }
+
Draft<T>: {
    -readonly [P in keyof T]?: T[P]
}

Make all properties in T non-readonly.

-
+

Type Parameters

-
    +
    • -

      T

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

    Theme

    +
  • PoolType
  • +
  • AbstractPool
  • +
  • AbstractWorker
  • +
  • CircularArray
  • +
  • ClusterWorker
  • +
  • DynamicClusterPool
  • +
  • DynamicThreadPool
  • +
  • FixedClusterPool
  • +
  • FixedThreadPool
  • +
  • PoolEmitter
  • +
  • Queue
  • +
  • ThreadWorker
  • +
  • WorkerChoiceStrategyContext
  • +
  • ClusterPoolOptions
  • +
  • IPool
  • +
  • IWorker
  • +
  • IWorkerChoiceStrategy
  • +
  • MessageValue
  • +
  • PoolOptions
  • +
  • PromiseResponseWrapper
  • +
  • RequiredStatistics
  • +
  • Task
  • +
  • TasksQueueOptions
  • +
  • TasksUsage
  • +
  • WorkerChoiceStrategyOptions
  • +
  • WorkerNode
  • +
  • WorkerOptions
  • +
  • Draft
  • +
  • ErrorHandler
  • +
  • ExitHandler
  • +
  • KillBehavior
  • +
  • MessageHandler
  • +
  • OnlineHandler
  • +
  • PoolEvent
  • +
  • TaskFunctions
  • +
  • ThreadWorkerWithMessageChannel
  • +
  • WorkerAsyncFunction
  • +
  • WorkerChoiceStrategy
  • +
  • WorkerFunction
  • +
  • WorkerSyncFunction
  • +
  • KillBehaviors
  • +
  • PoolEvents
  • +
  • WorkerChoiceStrategies
  • Generated using TypeDoc

    \ No newline at end of file