static void runAndCleanUp(S progID) { Class c = hotwire(progID); try { callMain(c); } finally { cleanUp(c); } }
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: | #1010988 |
| Snippet name: | runAndCleanUp |
| Eternal ID of this version: | #1010988/1 |
| Text MD5: | 667789bf952fc8dd71839185d4940540 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-11 02:26:20 |
| Source code size: | 134 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 673 / 722 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1012545 - runWithCleanUp - synonym of runAndCleanUp |