Fixed thread safety for Terminal implementations. Changed Terminal implementation on windows to Flush System.out/System.err
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package net.rubygrapefruit.platform;
|
||||
|
||||
/**
|
||||
* Indicates that the given class or method is thread safe.
|
||||
*/
|
||||
public @interface ThreadSafe {
|
||||
}
|
||||
Reference in New Issue
Block a user