Skip to content

ELI5: The benefits of using "async" for this? #68

Answered by bandwiches
perigvennetier asked this question in Q&A
Discussion options

You must be logged in to vote

Use case would be real-time data sensitivity. You don't want to slow down or pause real-time data for menial sub-tasks like retrieving watchlists and other things. There is more to it than that, but essentially async programming allows you to off-load tasks into other threads so it doesn't block the main thread.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by perigvennetier
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants