Package org.elasticsearch.common.util.concurrent


package org.elasticsearch.common.util.concurrent
  • Classes
    Class
    Description
    Permits the testing of async processes by interleaving all the tasks on a single thread in a pseudo-random (deterministic) fashion, letting each task spawn future tasks, and simulating the passage of time.