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: 67,003 of 193,214
Downloads: 15,653

Daily

Ranking: 74,024 of 193,188
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
58589,991,236test-unit
134,8424,747lazy_enumerator

Owners

#GravatarHandle
1iconnome