1 | svoid threadQuickdrawTest_oneShot {
|
2 | new Flag flag; |
3 | new Thread { run { flag.raise(); } }.start();
|
4 | flag.waitUntilUp(); |
5 | } |
Began life as a copy of #1032869
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032870 |
| Snippet name: | threadQuickdrawTest_oneShot |
| Eternal ID of this version: | #1032870/1 |
| Text MD5: | a08138bbaa5cbb1b7492e0d7a8dca067 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-07 00:46:59 |
| Source code size: | 128 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 369 / 385 |
| Referenced in: | [show references] |