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: 129,426 of 192,071
Downloads: 4,998

Daily

Ranking: 58,761 of 192,060
Downloads: 6

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,337,829,401bundler
81,290,393,700rake
29970,328,317rspec
56677,858,581rubocop
178280,988,432launchy
187266,866,136rubocop-rspec
1,23636,681,195rubocop-rake

Owners

#GravatarHandle
1iconbrucetesar