Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following blocking operations are fiber friendly, meaning the fiber will park without pinning the carrier thread when socket is not ready for I/O.

...

java.net.Socket

...

The following blocking operations are not currently fiber friendly; these methods may pin the carrier thread when the socket is not ready for I/O.

...