pulasthibandara / fp-async-generator-streams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lazy Streams Implementation using Async Generators and fp-ts

  • Lazy - Stream and source functions are only executed when evaluated.
  • fp-ts - Is a library for typed functional programming in TypeScript.
  • Async-Generators - For yielding of multiple values with async functions when a consumer "pulls" new values.

The API of Stream is heavily influenced by fp-ts collection APIs.

Documentation

About

License:MIT License


Languages

Language:TypeScript 100.0%