1 | svoid dm_runInQAndWait(Runnable r) {
|
2 | dm_runInQAndWait(dm_current_mandatory(), r); |
3 | } |
4 | |
5 | svoid dm_runInQAndWait(DynModule module, Runnable r) {
|
6 | runInQAndWait(module.q(), r); |
7 | } |
Began life as a copy of #1019800
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1022571 |
| Snippet name: | dm_runInQAndWait |
| Eternal ID of this version: | #1022571/1 |
| Text MD5: | fac8d9af9619385c8ca9185f0df946fd |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-22 15:05:18 |
| Source code size: | 181 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 509 / 564 |
| Referenced in: | [show references] |