Update git submodules
* Update frameworks/support from branch 'androidx-main'
to cdf9247cb8d661a7d6944a83d4430104fa88f6dc
- Merge "core-ktx Continuation adapters for API wrapping" into androidx-main
- core-ktx Continuation adapters for API wrapping
Add Continuation<T>.asFoo() adapters for the following types for writing
suspend adapter methods for Android platform and AndroidX APIs:
* Runnable
* java.util.function.Consumer<T>
* androidx.util.Consumer<T>
* android.os.OutcomeReceiver<T, E>
Relnote: "Added Continuation<T>.asFoo() adapters to create callbacks for
writing suspend wrappers for Android APIs that accept common/generic
callback types"
Test: RunnableTest, ConsumerTest, AndroidXConsumerTest, OutcomeReceiverTest
Change-Id: I6615ef9adfef1ecd518b0388ab13ba58e84ea20d
Loading
Please sign in to comment