Project
winloop
winloop is a Ruby Fiber::Scheduler built on Win32 I/O Completion Ports. It
makes ordinary socket I/O, sleeps, timeouts and Mutex/Queue/Thread#join run
cooperatively on a single thread — the async-runtime story that has always
been weak on Windows, done the way libuv/mio/wepoll do it: readiness over an
IOCP via \Device\Afd polling, with recv/send driven by the completion port.
Requires a native Windows MSVC (mswin) build of Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Development
Licenses
MIT
Dependencies