Categories: None [Edit]
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: 65,923 of 188,219
Downloads: 15,275
Daily
Ranking: 114,388 of 188,199
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 634 | 81,812,386 | test-unit |
| 134,922 | 4,521 | lazy_enumerator |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | nome |