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
- Host: GitHub
- URL: https://github.com/tim-smart/strict-callbag-basics
- Owner: tim-smart
- License: mit
- Created: 2022-03-21T00:04:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-07-13T01:47:24.000Z (11 months ago)
- Last Synced: 2025-09-03T01:55:34.687Z (10 months ago)
- Language: TypeScript
- Size: 863 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.