Is it possible in .NET to achieve event based asynchronous pattern without multithreading?
- by Jeffrey
I am amazed by the architectural design of node.js and was wondering if C# is capable of such design:
Asynchronous, event based / event loop, non-blocking IO without multithreading.