-
Notifications
You must be signed in to change notification settings - Fork 1
thread
muune edited this page Feb 27, 2019
·
3 revisions
- Ch.thread.flushAll()
- Ch.thread.isMain()
- Ch.thread.que()
- Ch.thread.pool()
- Ch.thread.main()
- Ch.thread.mainCancel()
- Ch.thread.msg()
- Ch.thread.msgCancel()
- thread 관리
Ch.thread.flushAll()
- 대기중인 작업은 취소시키고, 이미 running인 작업도 가능하면 중단시킨다.
Ch.thread.isMain(): Boolean
- Thread가 Main인지 여부를 리턴
Ch.thread.que(task: Runnable)