Watchful1 / PermissionsChecker

Permissions checker for minecraft mods
MIT License
12 stars 5 forks source link

Thread expensive operations #16

Open Watchful1 opened 10 years ago

Watchful1 commented 10 years ago

Use the built in threading support to thread expensive operations such as uploading files, zipping and unzipping files. Currently this is done in the main thread, which causes the gui to freeze for some time depending on the size of the pack.

Watchful1 commented 10 years ago

Adding that this should include a progress bar whenever possible