static Thread startDaemonThread(O runnable) { ret startDaemonThread(defaultThreadName(), runnable); } static Thread startDaemonThread(S name, O runnable) { runnable = wrapAsActivity(runnable); ret startThread(newDaemonThread(toRunnable(runnable), name)); }
Began life as a copy of #1004558
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020835 |
| Snippet name: | startDaemonThread |
| Eternal ID of this version: | #1020835/1 |
| Text MD5: | 890ed7aef1ceefc699378511fa8537c7 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-01-03 22:51:21 |
| Source code size: | 270 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 564 / 599 |
| Referenced in: | [show references] |