Class BasicExecutor

java.lang.Object
uk.ac.manchester.spinnaker.front_end.BasicExecutor
All Implemented Interfaces:
AutoCloseable

public class BasicExecutor extends Object implements AutoCloseable
A thread pool designed for simple task execution with combining of exceptions.
Author:
Donal Fellows
  • Constructor Details

    • BasicExecutor

      @MustBeClosed public BasicExecutor(int parallelSize)
      Create an instance of the pool.
      Parameters:
      parallelSize - The number of threads to use inside the pool.
  • Method Details