Skip to content
muune edited this page Feb 27, 2019 · 3 revisions

Thread[목차]

Ch.thread

Ch.thread

  • thread 관리

Ch.thread.flushAll()

Ch.thread.flushAll()
  • 대기중인 작업은 취소시키고, 이미 running인 작업도 가능하면 중단시킨다.

Ch.thread.isMain()

Ch.thread.isMain(): Boolean
  • Thread가 Main인지 여부를 리턴

Ch.thread.que()

Ch.thread.que(task: Runnable)
Clone this wiki locally