File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
- # java12-nio-non-blocking-client-server-workshop
1
+ # java12-nio-non-blocking-client-server-workshop
2
2
3
3
_ Reference_ : https://www.udemy.com/java-non-blocking-io-with-javanio-and-design-patterns/
4
4
_ Reference_ : https://github.com/kabutz/Transmogrifier
@@ -153,4 +153,4 @@ registered with that selector
153
153
* it can return 0 if the ` wakeup() ` method of the selector is invoked
154
154
* ` select() ` - return value is not a count of ready channels, but the number of channels
155
155
that became ready since the last invocation of ` select() `
156
- * ` wakeup() ` provides the capability to gracefully break out a thread from a blocked ` select() ` invocation
156
+ * ` wakeup() ` provides the capability to gracefully break out a thread from a blocked ` select() ` invocation
You can’t perform that action at this time.
0 commit comments