-
Notifications
You must be signed in to change notification settings - Fork 142
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
setTimeout #17
Comments
I would vote for it. :-) |
Doesn't that defeat the purpose of threads? Why don't you just sleep... |
Depending on what you want, I might agree or disagree with this completely:
I don't see any situation in which the first one may be used, but it's a reasonable thing to do. If @zaphod1984 makes it clear exactly what (s)he wants and why, maybe the developers/contributors may discuss it. |
actually i tried |
These are defined in a native module, and I don't think there is a clean solution to implement them on tagg threads. See my long comment in #22. |
Inside a thread there is no possibility to use setTimeout.
The text was updated successfully, but these errors were encountered: