ExecutorCompat

Added in 1.5.0

class ExecutorCompat


Helper for accessing features in Executor.

Summary

Public functions

java-static Executor
create(handler: Handler)

Creates an adapter Executor that posts all executed tasks onto the given Handler.

Public functions

create

Added in 1.5.0
java-static fun create(handler: Handler): Executor

Creates an adapter Executor that posts all executed tasks onto the given Handler.