pub fn run() -> Result<(), RuntimeError>
Run the task executor for one tick
This is just shorthand for:
screeps_async::with_runtime(|runtime| { runtime.run() });
This function panics if the current runtime is not set