1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-20 01:02:07 +00:00
serenity/Libraries/LibProtocol
Andreas Kling 653e61d9cf LibProtocol: Add a Download object so users don't have to manage ID's
LibProtocol::Client::start_download() now gives you a Download object
with convenient hooks (on_finish & on_progress).

Also, the IPC handshake is snuck into the Client constructor, so you
don't need to perform it after instantiating a Client.

This makes using LibProtocol much more pleasant. :^)
2019-11-24 13:22:01 +01:00
..
Client.cpp LibProtocol: Add a Download object so users don't have to manage ID's 2019-11-24 13:22:01 +01:00
Client.h LibProtocol: Add a Download object so users don't have to manage ID's 2019-11-24 13:22:01 +01:00
Download.cpp LibProtocol: Add a Download object so users don't have to manage ID's 2019-11-24 13:22:01 +01:00
Download.h LibProtocol: Add a Download object so users don't have to manage ID's 2019-11-24 13:22:01 +01:00
Makefile LibProtocol: Add a Download object so users don't have to manage ID's 2019-11-24 13:22:01 +01:00