py-libp2p/libp2p/pubsub
mhchia 857bb34f4e
Add checkpoints in PubsubNotifee
Since some of the methods in `PubsubNotifee` are doing nothing,
add checkpoints to yield control.
2020-02-04 17:45:37 +08:00
..
pb Re-generate protobufs 2019-10-25 18:51:57 +09:00
__init__.py [WIP] PubSub and FloodSub development (#133) 2019-03-23 13:52:02 -04:00
abc.py Add clean-up logics into TrioSubscriptionAPI 2020-01-28 00:29:05 +08:00
exceptions.py Fix security module 2019-12-07 00:14:01 +08:00
floodsub.py Merge branch 'master' into feature/porting-to-trio 2019-12-24 02:19:43 +08:00
gossipsub.py Pubsub: change run_task to run_daemon_task 2020-02-04 17:43:39 +08:00
mcache.py Replace (check and) del pattern with pop method 2019-11-20 23:06:37 +08:00
pubsub_notifee.py Add checkpoints in PubsubNotifee 2020-02-04 17:45:37 +08:00
pubsub.py Change the channel size of peer queue 2020-01-31 17:42:47 +08:00
subscription.py Add clean-up logics into TrioSubscriptionAPI 2020-01-28 00:29:05 +08:00
typing.py Add clean-up logics into TrioSubscriptionAPI 2020-01-28 00:29:05 +08:00
validators.py Apply PR feedback: 2019-11-29 19:37:48 +08:00