Skip to content

Instantly share code, notes, and snippets.

@jasongorman
Created November 22, 2019 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasongorman/858ad150845a4835dd63b538a8f46973 to your computer and use it in GitHub Desktop.
Save jasongorman/858ad150845a4835dd63b538a8f46973 to your computer and use it in GitHub Desktop.
void loadTruck() {
execute(() -> truck.load(bay.unload()))
.until(truck::isLoaded, this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment