Class ThreadedComputer<I,​O>


  • public class ThreadedComputer<I,​O>
    extends java.lang.Object
    Execute a task asynchronously. Kill and discard the result of the previous tasks.
    Author:
    sleemans
    • Method Detail

      • cancelCurrentComputation

        public void cancelCurrentComputation()
      • compute

        public void compute​(I input,
                            IvMCanceller chainLinkCanceller)