Skip to content

Releases: gfmio/asyncio-gevent

v0.2.3

05 Dec 12:30
5940da8
Compare
Choose a tag to compare

v0.2.2

21 Nov 15:48
d3d434e
Compare
Choose a tag to compare
v.0.2.2

Update pyproject.toml

v0.2.1

10 Jan 12:45
22cdb23
Compare
Choose a tag to compare

What's Changed

  • Import CancelledError directly from asyncio by @steverice in #5
  • Add GitHub Actions by @gfmio in #6

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

09 Sep 12:27
6978eca
Compare
Choose a tag to compare
Revamp (#3)

This PR is largely a rewrite to clean up the implementation, fix some bugs and update the documentation.

The asyncio on gevent implementation is now using the default selector-based asyncio event loop together with the gevent selector implementation.

The gevent on asyncio implementation is still work-in-progress, but has been split out into several modules.

wrap_greenlet is now greenlet_to_future and has been rewritten. wrap_future is now future_to_greenlet and has also been rewritten. Both also accept additional arguments for customising the behaviour of the methods.

Finally, the PR adds the helper methods sync_to_async and async_to_sync for converting spawning/blocking functions into coroutines and vice versa.

v0.1.1

20 May 19:27
Compare
Choose a tag to compare
version 0.1.1

v0.1.0

05 May 15:48
Compare
Choose a tag to compare
update pyproject.toml