CRON Timer? #8286
CRON Timer?
#8286
Replies: 2 comments
-
That would be more a runtime question. .NET offers numerous timer implementations. Not sure why you'd want a cron timer given you should probably just use the scheduling facilities offered by the OS in order to run a program periodically vs. having the program always running but doing nothing most of the time. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Not a language question. Closing out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
That is it, how come .net doesn't have cron timer until now?
Beta Was this translation helpful? Give feedback.
All reactions