diff --git a/README.md b/README.md index e47d02a..657667a 100644 --- a/README.md +++ b/README.md @@ -674,6 +674,8 @@ point in time. #### `performStream(s: Stream>): Now>` +![](https://user-images.githubusercontent.com/2288939/50018272-9e586200-ffc6-11e8-8ea9-e13abc607a0b.png) + Takes a stream of `IO` actions and return a stream in a now computation. When run the now computation executes each `IO` action and delivers their result into the created stream.