skipFrame

suspend fun skipFrame()

Attempts to skip the current frame. Resumes the execution using a task scheduled with Application.postRunnable.

Due to asynchronous nature of the execution, there is no guarantee that this method will always skip only a single frame before resuming, but it will always suspend the current coroutine until the Runnable instances scheduled with Application.postRunnable are executed by the Application.