isAvailable

@get:JvmName(name = "isAvailable")
val isAvailable: Boolean

Helper for checking if Dispatchers.Main that backs this Executor is available or not.

If false, Executor.Main.execute will result in an exception when events are dispatched and should not be utilized.