Skip to content

Instantly share code, notes, and snippets.

@gabrielmerovingi
Created September 23, 2017 11:23
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 gabrielmerovingi/e1129563f959c50091507be510455d50 to your computer and use it in GitHub Desktop.
Save gabrielmerovingi/e1129563f959c50091507be510455d50 to your computer and use it in GitHub Desktop.
stop_current_time( get_current_dimention() );
while ( have_tasks() ) {
assign_task_to_dimention( the_task() );
}
do {
collect_completed_tasks();
} while ( ! all_tasks_completed() );
restore_current_time();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment