AsyncTaskPlatform constructor

AsyncTaskPlatform(
  1. AsyncTaskPlatformType platformType,
  2. int maximumParallelism
)

Implementation

AsyncTaskPlatform(this.platformType, this.maximumParallelism);