/** @return {@code true} If the loader is closed. */
 boolean isClosed() {
   return fut.isDone();
 }