-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b05
-
Not verified
Several fields in the Selector implementation can be private final.
SelectionKey is specified to be thread safe but there is no synchronization on readyOps.
The wakeup handling in EPollArrayWrapper can be improved to avoid iterating over the poll array to check for interrupt.
SelectionKey is specified to be thread safe but there is no synchronization on readyOps.
The wakeup handling in EPollArrayWrapper can be improved to avoid iterating over the poll array to check for interrupt.