Flowable
Learn how Flowables can solve the problem of a fast producer and a slow consumer.
A scenario
Say that, when given a list of image files, we needed to load each image file to memory and apply a CPU-bound function .processBitmap()
, which takes some time to compute.
Get hands-on with 1200+ tech skills courses.