stream-window 0.1.0

Windows for streams
Documentation
1
2
3
4
5
6
7
8
9
# Stream windows

[![build](../../workflows/build/badge.svg)](../../actions/workflows/build.yml)

Window implementations for async streams:

- [x] tumbling
- [x] sliding
- [x] periodic (requires a clock stream, emits window on every `tick`)