1. 04 Feb, 2016 1 commit
    • Jason Madden's avatar
      Unify the implementation of Event and AsyncResult. · 0d624726
      Jason Madden authored
      They previously had a great deal of near-duplicate code in handling
      links and waiting. This collapses all of that into a superclass.
      
      Event should have exactly the same semantics, albeit slightly more clear
      lifecycle for events (IMHO).
      
      AsyncResult now behaves more like Event, meaning that:
      - the order of notifications is no longer guaranteed
      - it is slightly more expensive (one more set ivar), but safer in
      concurrent/corner cases.
      0d624726
  2. 03 Feb, 2016 1 commit
  3. 02 Feb, 2016 1 commit
  4. 27 Jan, 2016 2 commits
  5. 24 Jan, 2016 12 commits
  6. 04 Jan, 2016 8 commits
  7. 03 Jan, 2016 2 commits
  8. 30 Dec, 2015 3 commits
  9. 21 Dec, 2015 4 commits
  10. 18 Dec, 2015 3 commits
  11. 17 Dec, 2015 3 commits