1 | static <A> Var<A> evaluateInBackground(final F0<A> f) { |
2 | final new Var<A> var; |
3 | thread { |
4 | var.set(f.get()); |
5 | } |
6 | ret var; |
7 | } |
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: | #1013960 |
Snippet name: | evaluateInBackground - evaluate in new threadto Var |
Eternal ID of this version: | #1013960/1 |
Text MD5: | fb5d067d4d7dbaebec5e6fe1c0e1ece0 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-03-18 17:12:03 |
Source code size: | 135 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 363 / 390 |
Referenced in: | [show references] |