From bef0c0f7406481aa5c9bd53ba2561cc07ddca33f Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Tue, 23 Jun 2020 09:18:20 +0200 Subject: [PATCH] Cleaned up comment. --- source/tristanable/manager.d | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/tristanable/manager.d b/source/tristanable/manager.d index 94df7be..a93b1fd 100644 --- a/source/tristanable/manager.d +++ b/source/tristanable/manager.d @@ -37,11 +37,9 @@ public final class Manager /* Set the socket */ socket = endpoint; - /* TODO: Create the watcher */ + /* Create the watcher */ watcher = new Watcher(this, endpoint); - /* TODO: Other initializations (queues etc.) */ - /* Initialize the `requestQueue` mutex */ queueMutex = new Mutex();