Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 361 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 361 Bytes

AsyncSocket

A simple asynchronous Client/Server Socket that uses I/O Completion Port for high performance, and implements the Task-based Asynchronous Pattern with Async and Await.

Reference

  1. Cowboy
  2. MSDN