Skip to content

Resolve "Main Thread"

Stephen Miller requested to merge 16-main-thread into master

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

Merge request reports