Stay organized with collections Save and categorize content based on your preferences.

ExecutorCompat

public final class ExecutorCompat


Helper for accessing features in Executor.

Summary

Public methods

static @NonNull Executor

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

Public methods

create

public static @NonNull Executor create(@NonNull Handler handler)

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