X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=docs%2Ftypes%2FDraft.html;h=31a5723d0c3766c9c34a2250fd1df2e344f2384d;hb=67de15a041152a973334839ad2c73284b1b3cbb3;hp=e67a9dbb49c7af53472a738899b4817f98b88db8;hpb=699db3f06500e28320ae786e304c23020dd5b5ad;p=poolifier.git diff --git a/docs/types/Draft.html b/docs/types/Draft.html index e67a9dbb..31a5723d 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

      +

      T

      Type in which properties will be non-readonly.

+
  • 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
  • +
  • ThreadWorkerWithMessageChannel
  • +
  • WorkerAsyncFunction
  • +
  • WorkerChoiceStrategy
  • +
  • WorkerFunction
  • +
  • WorkerSyncFunction
  • +
  • KillBehaviors
  • +
  • PoolEvents
  • +
  • WorkerChoiceStrategies
  • Generated using TypeDoc

    \ No newline at end of file