Libraryless. Click here for Pure Java version (799L/6K/20K).
1 | !752 |
2 | |
3 | static volatile int timerRuns; |
4 | |
5 | p {
|
6 | doEvery(1000, r {
|
7 | ++timerRuns; |
8 | }); |
9 | |
10 | while licensed {
|
11 | sleepSeconds(1); |
12 | print(hmsWithColons() + ": sysNow=" + sysNow()/1000 + ", timer runs=" + timerRuns); |
13 | } |
14 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1006308 |
| Snippet name: | Test java.util.Timer Under Hibernation |
| Eternal ID of this version: | #1006308/1 |
| Text MD5: | 2cf73d4e26d6069a1a77833572014442 |
| Transpilation MD5: | 0b4b949fc26c6fbf6fbeb46566f45e8a |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-12-28 17:36:02 |
| Source code size: | 234 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 733 / 902 |
| Referenced in: | [show references] |