detachActiveLoopRunnables

fun detachActiveLoopRunnables(vararg attachedRunnables: Runnable)

Removes a Runnable that was added to the active loop via onActiveLoop. Calling this method will no-op on runnables that can't be found on the currently attached runnables, and will stop executing runnables on the active loop that could be found.