Added new method initialize_and_wait() to the SignalExporter, to allow for a count of subs to await after invocation of initialize().
0.2.2
Fixed a bug where SignalResponder could not properly lock onto ids/tags
0.2.1
- Changed `ResultCodes` from `Enum` to `IntEnum` to better match intended functionality - Also added a much more robust testing and format-checking setup, with development directions in README.
0.2.0
Adds two new methods to the SignalResponder class: - `srespond`: Allows the user directly pass in a signal to respond to - `unlock`: Allows the user to release locks on any tags/publishe_ids
0.1.5
Changed the return type of `SignalResponder`'s `listen()` from dicts to `Signal` objects. Also added significantly improved documentation.
0.1.4
Added the documentation page, and updated README and about description.