py-libp2p/libp2p
mhchia 45eeb4fba3
Change notify_xxx to sync functions
Since we already have `Swarm.run_task`, we can just change notify
functions to sync.
2020-01-07 16:45:06 +08:00
..
crypto Mock dependencies that are excluded in readthedocs 2019-11-27 14:07:14 -08:00
host Merge branch 'master' into feature/porting-to-trio 2019-12-24 02:19:43 +08:00
identity Handle StreamClosed in identify protocol handler 2019-11-16 16:56:58 +08:00
io Fix all modules except for security 2019-12-06 17:06:37 +08:00
network Change notify_xxx to sync functions 2020-01-07 16:45:06 +08:00
peer Fix examples and modify new_node 2019-12-24 18:03:18 +08:00
protocol_muxer A mux can provide the protocols it responds to 2019-11-06 11:41:27 -08:00
pubsub Iterate dead_peer_receive_channel with async for 2019-12-26 20:44:32 +08:00
routing Remove kademlia module (#377) 2019-12-06 14:14:33 +08:00
security Merge pull request #357 from NIC619/minor_fix_replace_del 2019-11-26 19:39:41 +08:00
stream_muxer Merge branch 'master' into feature/porting-to-trio 2019-12-24 02:19:43 +08:00
tools Fix tests_interop 2020-01-07 14:14:34 +08:00
transport Merge branch 'master' into feature/porting-to-trio 2019-12-24 02:19:43 +08:00
__init__.py Fix examples and modify new_node 2019-12-24 18:03:18 +08:00
exceptions.py fixes #384 2019-12-17 12:00:11 +01:00
typing.py Use ReadWriteCloser for conns and streams 2019-09-05 23:24:17 +08:00
utils.py Fix Mplex and Swarm 2019-11-29 19:09:56 +08:00