Package-level declarations
Types
Actual implementation of Bundle for Android - a type alias to android.os.Bundle.
Generic contract for an executor of Runnable callbacks.
Represents a cancellable operation.
Actual implementation of Parcel for Android - a type alias to android.os.Parcel.
Actual implementation of Parcelable for Android - a type alias to android.os.Parcelable.
Class that represents either the Success outcome with a value of type SuccessType or Failure with a value of type FailureType.
The actual implementation of the TaskHandler class for the Android platform. It uses the Android Handler and Looper to execute tasks asynchronously on the main thread.
A multiplatform utility for handling tasks asynchronously on different platforms. The TaskHandler class provides a common interface for posting tasks to be executed on different platforms.