solo 0.2.0 copy "solo: ^0.2.0" to clipboard
solo: ^0.2.0 copied to clipboard

One job at a time: sequential jobs with exclusive state ownership, declarative rules and cooperative cancellation. Pure Dart.

example/lib/solo_example.dart

/// A fake camera controller built on `solo`: hardware that answers late and
/// may break on its own, and a controller that keeps the state honest.
library;

export 'src/camera_controller.dart';
export 'src/camera_state.dart';
export 'src/fake_camera_hardware.dart';
0
likes
160
points
--
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

One job at a time: sequential jobs with exclusive state ownership, declarative rules and cooperative cancellation. Pure Dart.

Repository (GitHub)
View/report issues

Topics

#state-management #async #cancellation #concurrency

License

BSD-3-Clause (license)

Dependencies

async_job, meta

More

Packages that depend on solo