Sha256: 2606c5bc9c501d48a6ea528c205ddf56490e5f54873073e86139e6f5ade9465c
Contents?: true
Size: 536 Bytes
Versions: 119
Compression:
Stored size: 536 Bytes
Contents
/* * Javolution - Java(TM) Solution for Real-Time and Embedded Systems * Copyright (C) 2005 - Javolution (http://javolution.org/) * All rights reserved. * * Permission to use, copy, modify, and distribute this software is * freely granted, provided that this notice is preserved. */ package j2mex.realtime; /** * Stub for non-rtsj vms. */ public class RealtimeThread extends Thread { public RealtimeThread() { } public static MemoryArea getCurrentMemoryArea() { return MemoryArea.DEFAULT; } }
Version data entries
119 entries across 119 versions & 1 rubygems