mirror of
https://github.com/androidx/media.git
synced 2025-05-04 06:00:37 +08:00

This adds two methods that are helpful when working with Futures. One is a version of postOrRun that can indicate completion by a Future and the other is a simplified version of Guava's Futures.transformAsync (which can't be used as it's in Beta). PiperOrigin-RevId: 461896598 (cherry picked from commit f9eec0c0e88db28c758be5e738e9c82291f090bd)
Common module
Provides common code and utilities used by other media modules. Application code will not normally need to depend on this module directly.