All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.g2forge.alexandria.java.concurrent.IFuture Maven / Gradle / Ivy

There is a newer version: 0.0.18
Show newest version
package com.g2forge.alexandria.java.concurrent;

import com.g2forge.alexandria.java.tuple.ITuple1G_;

public interface IFuture extends ITuple1G_, IOpaqueFuture {
	/**
	 * Synchronously get the value of this future, potentially blocking until it is resolved.
	 */
	@Override
	public T get0();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy