Versions Compared

Key

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

...

The Thread.Builder API can also be used to create virtual threads that are configured at build timeThe first snippet below snippet below creates an un-started thread. The second snippet creates and starts a thread with name "bob".

...