Antilatency.IFuture

Antilatency.IFuture

Interface in Antilatency
Base interface for async operations
interface IFuture : InterfaceContract.IInterface {
bool isDone(​);
void wait(​);
}

Methods