libp2p/py-libp2p

Make py-libp2p async-library-agnostic with anyio

開放

#383 建立於 2019年12月17日

 (1 則留言) (0 個反應) (0 位負責人)Python (238 個分叉)auto 404
help wanted

倉庫指標

星標
 (618 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Coming from https://github.com/libp2p/py-libp2p/issues/174#issuecomment-560470465, and based on some conversation with @mhchia, I'm making this issue as a reminder to eventually make the library completely io-agnostic by implimenting it with anyio, an asynchronous io abstraction library (which currently supports asyncio, trio, and curio).

This'll tie #349, #347 and #174 into one problem, while staying in async library ecosystems of all 3 (possibly 4)

Anyio documentation: https://anyio.readthedocs.io/en/latest/index.html Pypi project: https://pypi.org/project/anyio/

貢獻者指南