[ nabia ]
[ aramo ]
[ 源代码: ruby-slow-enumerator-tools ]
软件包: ruby-slow-enumerator-tools (1.1.0-1)
ruby-slow-enumerator-tools 的相关链接
Trisquel 的资源:
下载源码包 ruby-slow-enumerator-tools:
- [ruby-slow-enumerator-tools_1.1.0-1.dsc]
- [ruby-slow-enumerator-tools_1.1.0.orig.tar.gz]
- [ruby-slow-enumerator-tools_1.1.0-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Ruby Extras Maintainers (Mail Archive)
- Cédric Boutillier
外部的资源:
- 主页 [github.com]
相似软件包:
transformation of Ruby enumerators to produce data slowly and unpredictably
This Ruby library provides tools for transforming Ruby enumerators that produce data slowly and unpredictably.
* SlowEnumeratorTools.merge: given a collection of enumerables, creates a new enumerator that yields elements from any of these enumerables as soon as they become available.
* SlowEnumeratorTools.batch: given an enumerable, creates a new enumerable that yields batches containing all elements currently available.
* SlowEnumeratorTools.buffer: given an enumerable and a number, will create a buffer of that number of elements and try to fill it up with as many elements from that enumerable, so that they can be yielded immediately.
其他与 ruby-slow-enumerator-tools 有关的软件包
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 软件包暂时不可用