- Loading...
The following blocking operations are virtual thread friendly in the current prototype; these methods do not pin the carrier thread when the operation blocks.
...
socket adaptor receive also okay
write and send do not block
...
These methods currently off load name/address resolution to a background thread pool where threads block in the underlying NSS/equivalent. An alternative name service implementation for InetAddress is being developed in the sandbox (aefimov-dns-client-branch) that will be virtual thread friendly.
The following blocking operations are not currently virtual thread friendly; these methods pin the carrier thread when the operation blocks.
...