Skip to content

Instantly share code, notes, and snippets.

@lasekio
Created February 8, 2016 17:15
Show Gist options
  • Save lasekio/06871d8a48725deeae2a to your computer and use it in GitHub Desktop.
Save lasekio/06871d8a48725deeae2a to your computer and use it in GitHub Desktop.
setTimeout(function f1() {
/// Kod trwający dłużej niż 10 ms
}, 0);
setTimeout(function f2() {
/// Kod trwający dłużej niż 10 ms
}, 5);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment