◆ create()
| ExecutorService fiftyone.pipeline.engines.configuration.ExecutorServiceFactoryDefault.create | ( | ) |
Create a new ExecutorService.
- Returns
- a new ExecutorService
Implements fiftyone.pipeline.engines.configuration.ExecutorServiceFactory.
\r\n
Default implementation of ExecutorServiceFactory.
This uses the Executors#newCachedThreadPool() method to create a new service.
| ExecutorService | create ()
Create a new ExecutorService. More...
|
| ExecutorService fiftyone.pipeline.engines.configuration.ExecutorServiceFactoryDefault.create | ( | ) |
Create a new ExecutorService.
Implements fiftyone.pipeline.engines.configuration.ExecutorServiceFactory.