ribs_rill 1.0.0-dev.2 copy "ribs_rill: ^1.0.0-dev.2" to clipboard
ribs_rill: ^1.0.0-dev.2 copied to clipboard

Functional, pull-based, chunked streaming with resource-safe finalizers, back-pressured channels, and observable signals — inspired by Scala's FS2.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ribs_rill

With Flutter:

 $ flutter pub add ribs_rill

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  ribs_rill: ^1.0.0-dev.2

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ribs_rill/ribs_rill.dart';
0
likes
140
points
178
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Functional, pull-based, chunked streaming with resource-safe finalizers, back-pressured channels, and observable signals — inspired by Scala's FS2.

Homepage
Repository (GitHub)
View/report issues

Topics

#streaming #functional-programming #concurrency

License

unknown (license)

Dependencies

ribs_binary, ribs_core, ribs_effect

More

Packages that depend on ribs_rill