ladybird/Userland/Libraries/LibImageDecoderClient
Andrew Kaster b871bc082c ImageDecoder: Handle decoding of images in an asynchronous manner
ImageDecoder now queues up image decoding requests and returns the
images back to the caller later. ImageDecoderClient has a new
promise-based API that allows callers to attach their own resolve/reject
handlers to the responses from ImageDecoder.
2024-04-23 12:32:04 -06:00
..
Client.cpp ImageDecoder: Handle decoding of images in an asynchronous manner 2024-04-23 12:32:04 -06:00
Client.h ImageDecoder: Handle decoding of images in an asynchronous manner 2024-04-23 12:32:04 -06:00
CMakeLists.txt Lagom: Port LibImageDecoderClient to Lagom 2023-10-27 07:26:32 +02:00