소스 검색

Remove inaccuracy about re-using `Thread`s in its doc

Michael Alexsander 2 년 전
부모
커밋
c1e5001cf6
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      doc/classes/Thread.xml

+ 0 - 1
doc/classes/Thread.xml

@@ -54,7 +54,6 @@
 				Joins the [Thread] and waits for it to finish. Returns the output of the [Callable] passed to [method start].
 				Should either be used when you want to retrieve the value returned from the method called by the [Thread] or before freeing the instance that contains the [Thread].
 				To determine if this can be called without blocking the calling thread, check if [method is_alive] is [code]false[/code].
-				[b]Note:[/b] After the [Thread] finishes joining it will be disposed. If you want to use it again you will have to create a new instance of it.
 			</description>
 		</method>
 	</methods>