Categories: None [Edit]

winloop

https://rubygems.org/gems/winloop
https://github.com/main-path/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.

Total

Ranking: 191,395 of 195,377
Downloads: 502

Daily

Ranking: 128,413 of 195,357
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,372,888,227rake
141,261,527,762minitest
1,47029,384,845rake-compiler

Owners

#GravatarHandle
1iconnedpus