Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 343 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 343 Bytes

Thực thi Runnable có độ ưu tiên.

Khởi tạo lớp Manager: Manager manager = new Manager(4, new Handler(), Executors.newFixedThreadPool(4));

Thực thi lớp Runnable: manager.execute(new Runnable() { @Override public void run() { ... } });

Priority chỉ được xét khi sử dụng lớp Scheduler