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

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

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

/**
 * A complete asynchronous message slot, consisting of a future and a promise which are linked. Generally this interface will only be used as the return type
 * from a factory, as no consumer of slot should generally need both the future and the promise.
 */
public interface ISlot__ {
	public IOpaqueFuture getFuture();

	public IOpaquePromise getPromise();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy