示例#1
0
 /**
  * Resets the internal thread id generator. This can be used to allow creation of threads from another thread.
  *
  * Not recommended to be used especially in a more complex cases.
  * @return void
  */
 public static function resetThreadIdGenerator()
 {
     self::$seed = 0;
 }