RubyGems Navigation menu

winloop 0.1.0

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.

Gemfile:
=

install:
=

Versions:

  1. 0.1.0 May 31, 2026 (19.5 KB)

Development Dependencies (3):

minitest ~> 5.0
rake ~> 13.0
rake-compiler ~> 1.2

Owners:

Pushed by:

Authors:

  • Leiz

SHA 256 checksum:

=

Total downloads 219

For this version 219

Version Released:

License:

MIT

Required Ruby Version: >= 3.1

Links: