[Async-sig] async_stagger: Happy Eyeballs implementation in pure asyncio

twisteroid ambassador twisteroid.ambassador at gmail.com
Sun May 13 01:40:14 EDT 2018


Repo: https://github.com/twisteroidambassador/async_stagger
Docs: http://async-stagger.readthedocs.io/en/latest/

Provides near drop-in replacements for open_connection() and
create_connection() using Happy Eyeballs. Also exposes the underlying
scheduling logic where you can plug in your own coroutines to run.

I basically ported trio's implementation to asyncio, and it turned out
to be not too difficult.

Cheers,

twistero


More information about the Async-sig mailing list