Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Not deferring code: setTimeout(Teaspoon.execute, 100000); #565

Open
joshm1204 opened this issue Jul 2, 2019 · 1 comment
Open

Not deferring code: setTimeout(Teaspoon.execute, 100000); #565

joshm1204 opened this issue Jul 2, 2019 · 1 comment
Labels

Comments

@joshm1204
Copy link

My assumption is that Teaspoon.defer = true; stops the code from executing and starts after 100 second with setTimeout(Teaspoon.execute, 100000);

However, I do not see my code slow down at all. What am I doing wrong, or is it a bug?

Teaspoon.defer = true;
setTimeout(Teaspoon.execute, 100000); // defers execution for 100 second

@mathieujobin
Copy link
Collaborator

did you figure it out ?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants