...
API | Methods | Notes |
---|---|---|
java.net.InetAddress | getByName, getAllByName, .. | An alternative name service implementation for InetAddress has been prototyped in the sandbox (aefimov-dns-client-branch) is virtual thread friendly. TBD if this will be proposed as a JEP. Minimallhy a A service provider interface will be introduced to make it possible to deploy name service implementations that do not pin the carrier thread during lookups. |
java.nio.channels.Selector | select | Selection operations are specified to synchronize on the selector and the selected-key set. May not be a concern as code using virtual thread should not need to use non-blocking I/O and Selectors. The number of Selectors is typically small anyway. |
Overview
Content Tools
ThemeBuilder