Skip to content

Instantly share code, notes, and snippets.

@ndemengel
Created April 26, 2020 13:30
Show Gist options
  • Save ndemengel/340396d6b0f72ea2a7ad1b4b493795d0 to your computer and use it in GitHub Desktop.
Save ndemengel/340396d6b0f72ea2a7ad1b4b493795d0 to your computer and use it in GitHub Desktop.
Command queue: scheduling a sequence of tasks
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