Let's keep it short - you can see the changes for yourself. This MR proposes the use of async
and await
keywords in the application speech handlers to allow for a more readable source.
Plugins may opt to refactor to async
and await
as well, but I figured let's start easy by just having the application refactored.