static S sendToThisVM_newThread(S s, O... args) { final S _s = format(s, args); try { ret (S) evalInNewThread(func { callStaticAnswerMethod(getJavaX(), _s) }); } catch e { e = getInnerException(e); printStackTrace(e); ret str(e); } }
Began life as a copy of #1005939
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1007613 |
| Snippet name: | sendToThisVM_newThread |
| Eternal ID of this version: | #1007613/2 |
| Text MD5: | 6e0d532b16e02a7646034ab1edc815b1 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-03-28 11:56:15 |
| Source code size: | 278 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 707 / 744 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |