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: 63,409 of 180,469
Downloads: 13,895

Daily

Ranking: 37,537 of 180,459
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
63859,251,508test-unit
134,0503,930lazy_enumerator

Owners

#GravatarHandle
1iconnome