1 | static S sendToThisVM_newThread(S s, O... args) { |
2 | final S _s = format(s, args); |
3 | try { |
4 | ret (S) evalInNewThread(func { |
5 | callStaticAnswerMethod(getJavaX(), _s) |
6 | }); |
7 | } catch e { |
8 | e = getInnerException(e); |
9 | printStackTrace(e); |
10 | ret str(e); |
11 | } |
12 | } |
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: | 515 / 543 |
Version history: | 1 change(s) |
Referenced in: | [show references] |