-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[New] Added a ExecutorPool which is accessible in the runtime for asy…
…nc operations Now the input listeners don't create their own executors and/or threads anymore, but use Future tasks to manage the input listener threads. Further the pulseAsync and blinkAsync methods now simply call context.submitTask() with a lambda which calls the relevant non-async blink or pulse methods.
- Loading branch information
Showing
10 changed files
with
316 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.