Libraryless. Click here for Pure Java version (10863L/60K).
1 | static FixedRateTimer doEveryStartingNow(double delay, O r) {
|
2 | ret doEveryStartingNow(toInt(toMS(delay)), r); |
3 | } |
4 | |
5 | static FixedRateTimer doEveryStartingNow(int delay, O r) {
|
6 | ret doEvery(delay, 0, r); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1004856 |
| Snippet name: | doEveryStartingNow |
| Eternal ID of this version: | #1004856/3 |
| Text MD5: | 89625fd2e5c14cf225506ccf561ea219 |
| Transpilation MD5: | 42ecfea8de16f75035131f9cf101eea6 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2025-04-20 19:32:05 |
| Source code size: | 210 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 3235 / 3540 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |