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

org.jclarion.clarion.runtime.concurrent.IWaitableSyncObject Maven / Gradle / Ivy

The newest version!
package org.jclarion.clarion.runtime.concurrent;

public abstract class IWaitableSyncObject extends ISyncObject
{
    public abstract int TryWait(int milliseconds);
    public abstract void Release(int count);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy