Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8267143

Allow Thread Class to Be Chainable

XMLWordPrintable

      A DESCRIPTION OF THE PROBLEM :
      Allow Thread methods setDaemon​, setName, setPriority​ setUncaughtExceptionHandler, setContextClassLoader​, start, to return type Thread.

      For example:
      new Thread().setName(XXX).setDaemon(true).setPriority().start().join();


            Unassigned Unassigned
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: