Menu

#13 Multithreaded pubsub

v3.3.0
open
None
2015-12-06
2015-12-06
schoenborno
No

Extend pypubsub to support passing messages between threads. This could be done as per https://groups.google.com/forum/#!topic/pypubsub/p1n48gS4tMQ, or by creating a QueueingPublisher which would automatically subscribe its sendMessage() to another Publisher when subscribe() is called, automatically queue messages when sendMessage() is called, and provide an additional method dispatchQueuedMessages().

Discussion


Log in to post a comment.