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