@basic-streams/from-iterable
Advanced tools
Comparing version 0.0.10 to 0.0.12
{ | ||
"name": "@basic-streams/from-iterable", | ||
"version": "0.0.10", | ||
"version": "0.0.12", | ||
"description": "fromIterable operator for basic-streams", | ||
@@ -22,5 +22,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@basic-streams/later": "^0.0.9", | ||
"@basic-streams/stream": "^0.0.5" | ||
"@basic-streams/later": "^0.0.11", | ||
"@basic-streams/stream": "^0.0.7" | ||
} | ||
} |
@@ -5,3 +5,3 @@ # [@basic-streams](https://github.com/rpominov/basic-streams)/from-iterable | ||
``` | ||
```typescript | ||
fromIterable<T>( | ||
@@ -28,5 +28,5 @@ iterable: Iterable<T>, | ||
If an `interval` is provided the items will be spread in time by that ammount of | ||
milliseconds, with the first one delayed. If the interval is `0` the items will | ||
be produced as soon as possible but still asynchronously. | ||
If an `interval` is provided the events will be spread in time by that ammount | ||
of milliseconds, with the first one delayed. If the interval is `0` the events | ||
will be produced as soon as possible but still asynchronously. | ||
@@ -47,4 +47,4 @@ ```js | ||
Note that iterable is consumed lazily, meaning that `next()` is called only when | ||
value is needed. | ||
Note that the iterable is consumed lazily, meaning that `next()` is called only | ||
when value is needed. | ||
@@ -73,3 +73,4 @@ ```js | ||
You can provide a custom `scheduler`, a function that creates a stream producing | ||
an event after a given time. By default [`later`][later] is used as a scheduler. | ||
an event after the given time. By default [`later`][later] is used as a | ||
scheduler. | ||
@@ -76,0 +77,0 @@ ```js |
11144
8
94
+ Added@basic-streams/later@0.0.11(transitive)
+ Added@basic-streams/stream@0.0.7(transitive)
- Removed@basic-streams/later@0.0.9(transitive)
- Removed@basic-streams/stream@0.0.5(transitive)
Updated@basic-streams/later@^0.0.11
Updated@basic-streams/stream@^0.0.7