sertain / sertain-legacy

:robot: Write more for your robot with less
https://sertain.github.io/javadocs
MIT License
9 stars 3 forks source link

Create command group class #37

Closed andrewda closed 6 years ago

andrewda commented 6 years ago

For scheduling and running multiple commands synchronously or asynchronously. Instead of .addSequential(Command)/.addParallel(Command), I prefer .addSynchronous(Command)/.addAsynchronous(Command) or even just .synchronous(Command)/.asynchronous(Command).

@SUPERCILEX any opinions?