You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Async is perfect here, since it's all network I/O. Threads work, but are maybe a bit heavy. This is a very small enhancement, since performance isn't really bad, so this is super low priority. But may be a fun way to get more familiar with async.
The text was updated successfully, but these errors were encountered:
Async is perfect here, since it's all network I/O. Threads work, but are maybe a bit heavy. This is a very small enhancement, since performance isn't really bad, so this is super low priority. But may be a fun way to get more familiar with async.
The text was updated successfully, but these errors were encountered: