1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 17:11:00 +00:00
serenity/Applications/Downloader
Andreas Kling 6d5a54690e LibGUI: Make GSocket connection asynchronous.
Now connect() will return immediately. Later on, when the socket is actually
connected, it will call GSocket::on_connected from the event loop. :^)
2019-04-08 04:56:11 +02:00
..
.gitignore Start working on a Downloader app and backing classes in LibGUI. 2019-04-07 14:36:10 +02:00
main.cpp LibGUI: Make GSocket connection asynchronous. 2019-04-08 04:56:11 +02:00
Makefile Start working on a Downloader app and backing classes in LibGUI. 2019-04-07 14:36:10 +02:00