© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
51 replies
circles.png

❔ Can someone explain asynchronous code?

I've read the overview with the breakfast analogy on the Microsoft docs for .NET, and still don't get
- how to use it (and efficiently)
- how .NET is able to do many things on one thread at the same time

There is one way I think I understand.
- callbacks
- when a task is done, call a function to deal with the result
- probably not very good
- JS thing
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements
Next page

Similar Threads

can someone explain me Bubblesort
C#CC# / help
3y ago
can someone explain a delegate
C#CC# / help
3y ago
Can someone explain what the code does step by step?
C#CC# / help
3y ago