static Thread maxPriorityThread(O runnable) { Thread thread = newThread(runnable); thread.setPriority(Thread.MAX_PRIORITY); startThread(thread); ret thread; }
Began life as a copy of #1018830
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1018833 |
Snippet name: | maxPriorityThread |
Eternal ID of this version: | #1018833/1 |
Text MD5: | 1b39636e53ad52b088b7f4dce06acb65 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-10-14 00:33:02 |
Source code size: | 171 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 334 / 355 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1018834 - minPriorityThread #1019747 - highThreadPriority |