Categories: None [Edit]

coroutines

https://rubygems.org/gems/coroutines
A library for creating and composing producer/transformer/consumer coroutines. Producers are already provided by Ruby's built-in Enumerator class; this library provides Transformer and Consumer classes that work analogously. In particular, they are also based on Fiber and not on threads (as in some other producer/consumer libraries). Also provides a module Sink, which is analogous to Enumerable, and Enumerable/Transformer/Sink composition.

Total

Ranking: 66,437 of 190,317
Downloads: 15,420

Daily

Ranking: 141,213 of 190,280
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
60385,944,486test-unit
134,4024,639lazy_enumerator

Owners

#GravatarHandle
1iconnome