barfle:异步迭代流的最小实用带

时间:2024-05-31 07:09:08
【文件属性】:

文件名称:barfle:异步迭代流的最小实用带

文件大小:40KB

文件格式:ZIP

更新时间:2024-05-31 07:09:08

JavaScript

f 异步可迭代流的最小实用程序带。 这是一个实验性程序包,它使用(在Node 10中可用)重新创建 。 我们的目标是在不牺牲可用性的情况下保留pull-stream s的许多出色特性。 例子 import pull , { from , map , reduce , head } from 'barfle' ; import got from 'got' ; const stream = pull ( from ( [ 1 , 2 ] ) , map ( ( index ) => `https://raw.githubusercontent.com/skeggse/barfle/master/examples/fixtures/sample- ${ index } .txt` ) , map ( async ( url ) => ( await got ( url ) )


【文件预览】:
barfle-master
----sources()
--------from.js(119B)
--------error.js(141B)
----.gitignore(34B)
----README.md(2KB)
----throughs()
--------reduce.js(918B)
--------combineSorted.js(1KB)
--------head.js(280B)
--------deadline.js(1KB)
--------timeout.js(847B)
--------map.js(273B)
----examples()
--------fixtures()
--------double.js(152B)
--------got.js(552B)
--------combine.js(215B)
----LICENSE(1KB)
----sinks()
--------drain.js(136B)
----package.json(760B)
----barfle.sublime-project(382B)
----index.js(376B)
----lib()
--------pull.js(787B)
----package-lock.json(142KB)

网友评论