Libraryless. Click here for Pure Java version (2561L/16K).
1 | sclass DeepReturnSite<A> extends Var<A> implements AutoCloseable {
|
2 | volatile bool closed; |
3 | |
4 | public void close { closed = true; }
|
5 | } |
Began life as a copy of #1018338
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1028836 |
| Snippet name: | DeepReturnSite - return mechanism through multiple nested functions |
| Eternal ID of this version: | #1028836/1 |
| Text MD5: | 538f6fbc7ed4becd1dde70f57d544f36 |
| Transpilation MD5: | cfe8000c3011d71a558f31398fee5f7f |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-07-09 15:18:29 |
| Source code size: | 138 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 450 / 782 |
| Referenced in: | [show references] |