Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IThreadPool

Hierarchy

  • IThreadPool

Implemented by

Index

Properties

Properties

submit

submit: function

Type declaration

    • <T, D>(fn: Runnable<T, D>, data?: D): Promise<T>
    • Type parameters

      • T

      • D

      Parameters

      Returns Promise<T>

Generated using TypeDoc