Commit History

Author SHA1 Message Date
  rdb 469df73ce7 tests: Add unit tests for send() and throw() on generator wrapper 3 months ago
  rdb e57c71d8e4 event: Change result of AsyncFuture gather() to return list 4 months ago
  rdb 9a2da04573 Merge branch 'release/1.10.x' 4 months ago
  rdb 5bc9b70e86 event: Make cancel() for regular tasks work like remove() 4 months ago
  rdb 41e4cf5d11 event: Fix `await gather()` returning first item instead of tuple 4 months ago
  John C. Allwein e7604cb163 event: fix result refcount leak when awaiting AsyncFuture 1 year ago
  John C. Allwein 21b39da65d pythonTask: fix refcount leak of non-panda Future::done 1 year ago
  rdb f80cd08993 Remove support for EOL Python versions 3.6 and 3.7 2 years ago
  rdb 2e21cf87e4 tests: Skip test_task_cancel_waiting() test if no threads enabled 2 years ago
  rdb 5695d1a719 tests: Add separate unit test for AsyncFuture.wait() with timeout 3 years ago
  rdb 5ef1b44455 event: cancel future being awaited when cancelling coroutine task 4 years ago
  rdb cdf5b16ddd task: Add AsyncFuture::shield() ability, part of #1136 4 years ago
  rdb 050d86dadb event: AsyncFuture::set_result() behavior changes: 4 years ago
  rdb 8cbe36b352 Merge branch 'release/1.10.x' 4 years ago
  rdb 064e0383be event: Allow AsyncFuture to store arbitrary PyObject result 4 years ago
  rdb bfbbcad990 task: Support calling cancel() on currently awaiting futures 5 years ago
  rdb d799a09002 cleanup: Remove support for EOL versions of Python 5 years ago
  rdb 4bc0a1ef5e tests: fix futures test when building without true threading 7 years ago
  rdb ec06d3f4f8 tests: fix occasional timing issue in future test 7 years ago
  rdb ed5e5386b9 AsyncFuture improvements, incl. support for gathering futures 8 years ago
  rdb 2e20a0f16e Implement awaitable thread-safe future for async operations 8 years ago