File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 22A temporary repo for testing packaging and getting a demo package available
33
44NOTE: License will likely be changed when moved to official repo, just in place here for safety in meantime
5+
6+ # State/Event Signal Module
7+
8+ Adds two new, simple-to-use objects:
9+ - SignalExporter (for publishing state signals and handling subscribers + responses)
10+ - SignalResponder (for receiving state signals, locking onto publishers, and publishing responses)
11+
12+ Also provides two dataclass specifications:
13+ - Signal (state signal protocol definition)
14+ - Response (response protocol definition)
15+
16+ Combining redis pubsub features with state signal + response protocols,
17+ these additions make state signal publishing, subscribing, receiving,
18+ and responding incredibly easy to integrate into any code.
You can’t perform that action at this time.
0 commit comments