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();