pool.onQuiescent(cell) {v => …} Or maybe use Cell.getResult(): Future[V]? This could return if putFinal has been called but pool is still running.
pool.onQuiescent(cell) {v => …}
Or maybe use Cell.getResult(): Future[V]? This could return if putFinal has been called but pool is still running.