1. 10 Oct, 2013 2 commits
  2. 24 Sep, 2013 4 commits
  3. 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
  4. 04 Sep, 2013 4 commits
  5. 30 Aug, 2013 1 commit
  6. 29 Aug, 2013 2 commits
  7. 25 Aug, 2013 3 commits
  8. 05 Aug, 2013 1 commit
  9. 02 Aug, 2013 4 commits
  10. 21 Jul, 2013 1 commit
  11. 19 Jul, 2013 3 commits
  12. 18 Jul, 2013 1 commit
  13. 04 Jul, 2013 1 commit
  14. 03 Jul, 2013 1 commit
  15. 01 Jul, 2013 1 commit
  16. 30 Jun, 2013 2 commits
  17. 29 Jun, 2013 7 commits