mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08: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>