-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to set a microsecond interval for task #34
Comments
Hi friend, currently But I will consider your request in the next iteration plan, and I will reply to you via issue if there is any progress. |
Thanks, I will try to modify it by myself, because other task schedulers in rust-lang don't support microsecond feature too, lol |
font{
line-height: 1.6;
}
ul,ol{
padding-left: 20px;
list-style-position: inside;
}
Yes, the semantics of current cron expressions barely support millisecond-features, but it is possible. If you are confused about changing the delay-timer, or need to make a decision, I can help you with that too!
On 01/20/2022 ***@***.***> wrote:
Thanks, I will try to modify it by myself, because other task schedulers in rust-lang don't support microsecond feature too, lol
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Hi delay-timer guys, how to set a microsecond intervals for a task.
From source-code, I can only find seconds-related function, and I can't use a cron string to generate a microsecond task, right?
The text was updated successfully, but these errors were encountered: