Created
April 26, 2020 13:30
-
-
Save ndemengel/340396d6b0f72ea2a7ad1b4b493795d0 to your computer and use it in GitHub Desktop.
Command queue: scheduling a sequence of tasks
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
commandScheduler.scheduleSequence( | |
CommandSpec1(argA, argB), | |
CommandSpec2(), | |
CommandSpec3(argC) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment