PoolResult

final case class PoolResult(warm: Future[State], done: Future[State])
Value parameters:
done

The State after all threads have finished.

warm

The State when the warmup condition is first met.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product