diff --git a/dummyclient_manuel/Terminal.cs b/dummyclient_manuel/Terminal.cs index 5e9f25d..71f1d66 100644 --- a/dummyclient_manuel/Terminal.cs +++ b/dummyclient_manuel/Terminal.cs @@ -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 ();