Class SequentialThreadPool

    • Constructor Detail

      • SequentialThreadPool

        public SequentialThreadPool()
    • Method Detail

      • submit

        public void submit​(Runnable r)
        Description copied from interface: IThreadPool
        Submits a task to the thread pool.
        Specified by:
        submit in interface IThreadPool
        Parameters:
        r - Runnable task.