An open API service indexing awesome lists of open source software.

https://github.com/tim-smart/strict-callbag-basics

Common operators for strict-callbag
https://github.com/tim-smart/strict-callbag-basics

Last synced: 9 months ago
JSON representation

Common operators for strict-callbag

Awesome Lists containing this project

README

          

# strict-callbag-basics

Operators for the callbag streaming standard, on top of the strict-callbag
types.

## API docs

https://tim-smart.github.io/strict-callbag-basics/

## Push based streams

Most stream and operators in this library are pull-based.

If a stream creates / produces a push based stream, it will have the `P` suffix.

To convert a push based stream into a pull-based one, you can use the `buffer`
operator.