javax.realtime.RealtimeThread Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javolution-core-java-msftbx
Show all versions of javolution-core-java-msftbx
Only the Java Core part of Javolution library, with slight modifications for use in MSFTBX.
The newest version!
package javax.realtime;
/**
* Stub version (replaced by the actual class on RTSJ VM).
*/
public class RealtimeThread extends Thread {
/**
* Default constructor.
*/
public RealtimeThread() {
}
}