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 when the 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:

...