1. 04 Aug, 2020 1 commit
  2. 29 Apr, 2020 1 commit
  3. 04 Apr, 2020 1 commit
  4. 11 May, 2019 1 commit
  5. 13 Dec, 2018 2 commits
  6. 25 Oct, 2018 1 commit
  7. 23 Aug, 2018 15 commits
  8. 18 Mar, 2018 2 commits
  9. 17 Mar, 2018 4 commits
  10. 16 Feb, 2018 1 commit
    • Steven Allen's avatar
      cleaner command completion/calling · 294e20f6
      Steven Allen authored
      **Returning errors/calling:**
      
      Instead of having a dance where we:
        * Close the response emitter immediately if the command succeeds.
        * Return an error, call SetError, and then close the response emitter if it
          fails.
      
      Just set the error from within the `Call` command and always close the response
      emitter.
      
      **Doner**
      
      Get rid of the Done channel/doner interface from the response emitter. We close
      the response emitter after finishing the Call *anyways* so this channel isn't
      necessary (anymore, at least).
      294e20f6
  11. 08 Jan, 2018 1 commit
  12. 22 Dec, 2017 1 commit
  13. 21 Dec, 2017 2 commits
  14. 04 Dec, 2017 1 commit
  15. 23 Oct, 2017 1 commit
  16. 08 Jun, 2017 1 commit
  17. 03 Jun, 2017 1 commit
  18. 26 May, 2017 1 commit
  19. 25 May, 2017 1 commit
  20. 13 May, 2017 1 commit