1. 22 Sep, 2013 2 commits
    • Stefan Penner's avatar
      Merge pull request #116 from lukemelia/task-queue · 3987a459
      Stefan Penner authored
      Add callbacks to a queue and schedule a task to flush the queue instead...
      3987a459
    • Luke Melia's avatar
      Add callbacks to a queue and schedule a task to flush the queue instead of... · e32cd162
      Luke Melia authored
      Add callbacks to a queue and schedule a task to flush the queue instead of scheduling an async task for every callback, .
      
      Previously, we were using setImmediate when it exists. However, due to #115,
      we would like to stay away from it for IE 10 and we don't really need it for
      node since this new approach does not result in deeply nested `nextTick`s.
      (See #66 for background on the node issue.) It turns out that these are the
      only two supported environments that setImmediate is implemented.
      e32cd162
  2. 04 Sep, 2013 4 commits
  3. 30 Aug, 2013 1 commit
  4. 29 Aug, 2013 2 commits
  5. 25 Aug, 2013 3 commits
  6. 05 Aug, 2013 1 commit
  7. 02 Aug, 2013 4 commits
  8. 21 Jul, 2013 1 commit
  9. 19 Jul, 2013 3 commits
  10. 18 Jul, 2013 1 commit
  11. 04 Jul, 2013 1 commit
  12. 03 Jul, 2013 1 commit
  13. 01 Jul, 2013 1 commit
  14. 30 Jun, 2013 2 commits
  15. 29 Jun, 2013 13 commits