static void joinThread(Thread t) ctex { if (t != null) t.join(); } static void joinThread(Thread t, long ms) ctex { if (t != null) t.join(ms); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1011382 |
| Snippet name: | joinThread |
| Eternal ID of this version: | #1011382/4 |
| Text MD5: | b85666bb545c316be8d9263c24235dc4 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-08-29 18:28:35 |
| Source code size: | 155 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 704 / 770 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1016806 - joinThreads #1017998 - joinThreadForSomeTime |