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

com.g2forge.alexandria.java.concurrent.IPromise 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.core.iface.ICallback;
import com.g2forge.alexandria.java.tuple.ITuple1_S;

public interface IPromise extends ITuple1_S, ICallback, IOpaquePromise {
	/**
	 * Make the current value of this promise the final value, and notify any futures.
	 */
	@Override
	public void invoke();

	@Override
	public IPromise set0(T value);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy