From 30f60651952056e775dd7194c882e23263df4b9e Mon Sep 17 00:00:00 2001 From: Narendra Pathai Date: Sun, 6 Sep 2015 14:10:31 +0530 Subject: [PATCH] Removed todo file --- reactor/todo.txt | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 reactor/todo.txt diff --git a/reactor/todo.txt b/reactor/todo.txt deleted file mode 100644 index a59af62b9..000000000 --- a/reactor/todo.txt +++ /dev/null @@ -1,13 +0,0 @@ -* Make UDP channel work (connect is required) -* Cleanup -* Document - Javadoc -* Better design?? Get review of @iluwatar - - -Design view: - -Handles ---> AbstractNioChannel -Selector ---> Synchronous Event Demultiplexer -NioReactor ---> Initiation Dispatcher - -