mirror of
https://github.com/taigrr/wtf
synced 2026-04-01 01:28:44 -07:00
Having the calls on exit delayed the exiting of the app by a second or more, which was noticable and annoying. This change loads the GitHub user data asynchronously while the app is running, removing the delay on exit. Signed-off-by: Chris Cummer <chriscummer@me.com>