Run all pending ticks synchronously
Currently it seems like
run_event_loop is the only way to run all the pending ops that are scheduled including the ones that are scheduled for the next tick. Is there a way to just call the next tick on the runtime?