method
    
    pass
 
  pass()
  public
  Give the thread scheduler a hint to pass execution to another thread. A running thread may or may not switch, it depends on OS and processor.
 
  pass()
  public
  Give the thread scheduler a hint to pass execution to another thread. A running thread may or may not switch, it depends on OS and processor.