1. 30 Jul, 2018 1 commit
    • Marc Gravell's avatar
      fix "transaction" tests; issue is actually a test expectation, not the · 21898f22
      Marc Gravell authored
      code; the question is whether we guarantee that the completion has
      *already run* or not - we don't want to do this on the processor, as
      anything that involves changing Task status can lead to thread theft, so
      it is done via the custom thread pool; the fix here is simply to check
      that the task *becomes* cancelled (in a timely fashion), rather than that
      the task *is* cancelled; anyone using "await" or ".Wait()" ".Result" will
      observe that *anyway*; also tidied up some efficiency code to reduce exception
      allocations in this scenario
      21898f22
  2. 28 Jul, 2018 5 commits
  3. 27 Jul, 2018 15 commits
  4. 25 Jul, 2018 12 commits
  5. 24 Jul, 2018 6 commits
  6. 23 Jul, 2018 1 commit