mycroft-core/test/unittests/messagebus
Åke 07c2a93324 Feature/threaded emitter for real (#2024)
* Run emitter using threadpool

This moves the thread pool from the websocket client into the eventemitter allowing each registered function to run in a separate thread and not just each event.

This speeds up cases where there is a one to many call such as the common play framework and the upcomming common query framework.

* Add unit tests for threaded event emitter

* Add standard header

* Add standard header
2019-02-28 03:04:51 -06:00
..
client Feature/threaded emitter for real (#2024) 2019-02-28 03:04:51 -06:00
__init__.py Feature/threaded emitter for real (#2024) 2019-02-28 03:04:51 -06:00