HTCW
« Back to blog
Articles tagged with "Task"
Adapting Event and Callback Based Asynchronicity to the Task Framework
2021-02-19
Use TaskCompletionSource to turn an event or callback based model into a Task based one
How to Implement and Use Awaitable Sockets in C# using TAP
2020-07-23
Explore adapting Socket's async model to a task based one and adding some awaitable socket operations to your projects