All Known Implementing Classes:
AdvancedProcessor

public interface Processor
Processor for computable tasks.
  • Method Summary

    Modifier and Type
    Method
    Description
    <A, V> V
    compute(ComputableTask<A,V> task, A taskArg)
    Waits if necessary for the computation to complete, and then retrieves its result.
  • Method Details

    • compute

      <A, V> V compute(ComputableTask<A,V> task, A taskArg)
      Waits if necessary for the computation to complete, and then retrieves its result.
      Parameters:
      taskArg - argument for computation