DmitryOlshansky / photon

Photon - an experimental transparent Fiber scheduler and event-loop for DLang
Boost Software License 1.0
37 stars 3 forks source link

RIO socket wrapper for Windows #2

Open DmitryOlshansky opened 6 years ago

DmitryOlshansky commented 6 years ago

RIO socket look like the fastest way to do networking on Windows. It's involved but ultimately much more efficient and well worth the complexity.

UDP and other datagram protocol stand to benefit the most.