Is it possible in C# 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:
Aasynchronous, event based / event loop, non-blocking IO without multithreading.