Resolve "Main Thread"
Closes #16 (closed)
This changes a Plugin
to be a Thread
, which makes thread life cycle management much simpler, and also allows for directly signalling the via the threading.Event
message handling mechanism.
The implementation of this merge request was heavily influenced by this article.
Edited by Stephen Miller