Kommentar zur Terminal-Klasse
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System;
|
||||
using System.Threading;
|
||||
|
||||
// Wrapper class for the console allowing concurrent read and write operations
|
||||
public class Terminal
|
||||
{
|
||||
private Object TerminalLock = new Object ();
|
||||
|
||||
Reference in New Issue
Block a user