mycroft-core/mycroft/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
service Reduce much of the noise in the logs (#1819) 2018-09-28 12:48:34 +02:00
__init__.py Change to Apache 2.0 license from GPLv3.0 2017-10-04 01:28:44 -05:00
message.py Add default values to Message attributes 2019-02-26 02:44:19 -06:00
send.py Remove backwards compatibility with python 2.7 2018-04-27 08:51:47 -05:00