Categories: None [Edit]

sync_enum

https://rubygems.org/gems/sync_enum
https://github.com/brucetesar/sync_enum
Iterate over multiple enumerators in parallel, using the external interface based on the #next method. Each call to #next returns an array, containing the next element for each of the enumerators. A StopIteration exception is raised as soon as any of the enumerators runs out of elements. SyncEnum differs from the standard library's REXML::SyncEnumerator in its use of the #next external iterator interface, while REXML::SyncEnumerator uses an #each internal iterator interface. The external interface is more convenient when you expect to end iteration before reaching the end of any of the enumerations, including cases where an enumerator generates an unending sequence.

Total

Ranking: 137,485 of 190,817
Downloads: 4,476

Daily

Ranking: 86,657 of 190,529
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,258,238,803bundler
81,261,508,384rake
29959,827,974rspec
56663,110,630rubocop
177277,168,706launchy
188261,217,824rubocop-rspec
1,26235,149,540rubocop-rake

Owners

#GravatarHandle
1iconbrucetesar