Finished removing usage of Excon- package download reimplemented (TODO: see if it's possibly to not need to make n requests to endpoint to emulate excon's chunked downloading), raise Async::Stop when window is closed to shutdown reactor

This commit is contained in:
2021-12-27 09:56:09 -06:00
parent 55191f143a
commit 93cc161f4c
4 changed files with 44 additions and 28 deletions

View File

@@ -77,4 +77,6 @@ require_relative "lib/pages/download_manager"
Async do
W3DHub::Window.new(width: 980, height: 720, borderless: false).show
raise Async::Stop # ensure reactor is shutdown when window is closed
end