static FixedRateTimer doEvery_daemon_now(long delay, final O r) { ret doEvery_daemon(delay, 0, r); } static FixedRateTimer doEvery_daemon_now(double delaySeconds, final O r) { ret doEvery_daemon_now(toMS(delaySeconds), r); }
Began life as a copy of #1006482
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: | #1013263 |
| Snippet name: | doEvery_daemon_now - doEvery_daemon + initial delay = 0 |
| Eternal ID of this version: | #1013263/3 |
| Text MD5: | c551a890617c4d24806564d5c5fbaf7b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-30 20:28:49 |
| Source code size: | 235 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 676 / 741 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |