media/libraries/effect/src
huangdarwin 1c172e0bed Effect: Remove extra wait on taskExecutor release()
This future.get() duplicates the wait done in
singleThreadExecutorService.awaitTermination(). If awaitTermination times out, this future.get() would also result in unnecessary blocking.

PiperOrigin-RevId: 536442153
2023-05-30 18:46:43 +00:00
..
androidTest Suffix package in test AndroidManifest.xml files with .test 2023-05-19 17:18:22 +01:00
main Effect: Remove extra wait on taskExecutor release() 2023-05-30 18:46:43 +00:00
test Create GlObjectsProvider 2023-03-07 11:56:08 +00:00