-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Get timers working in Rust rewrite #413
Comments
As an idea - we can ship timers that are We can implement Cons:
Pros:
|
@benjamingr is there a spec for that? We've used We have to provide |
@ry there is no standard for that as far as I know - just half-baked proposals and discussions in the Node.js repo and whatwg list. Node also provides a |
Bumped versions for 0.243.0 Please ensure: - [ ] Crate versions are bumped correctly To make edits to this PR: ```shell git fetch upstream release_0_243.0 && git checkout -b release_0_243.0 upstream/release_0_243.0 ``` cc @mmastrac Co-authored-by: mmastrac <[email protected]>
Using Tokio
The text was updated successfully, but these errors were encountered: