1 | static Thread startDaemonThread(O runnable) { |
2 | ret startDaemonThread(defaultThreadName(), runnable); |
3 | } |
4 | |
5 | static Thread startDaemonThread(S name, O runnable) { |
6 | runnable = wrapAsActivity(runnable); |
7 | ret startThread(newDaemonThread(toRunnable(runnable), name)); |
8 | } |
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: | 338 / 380 |
Referenced in: | [show references] |