Libraryless. Click here for Pure Java version (2536L/17K).
static FixedRateTimer doEveryAndNow(int delay, O r) { ret doEveryStartingNow(delay, r); } static FixedRateTimer doEveryAndNow(double delay, O r) { ret doEveryStartingNow(toInt(toMS(delay)), r); }
Began life as a copy of #1004856
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1013911 |
Snippet name: | doEveryAndNow - synonym of doEveryStartingNow |
Eternal ID of this version: | #1013911/5 |
Text MD5: | 308a16e2715302ede0b32b8796c65739 |
Transpilation MD5: | fd6c7f06719bbbbdf7bdd5119e34030e |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-03-31 01:14:53 |
Source code size: | 208 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 564 / 704 |
Version history: | 4 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |