tribbles 0.1.0 copy "tribbles: ^0.1.0" to clipboard
tribbles: ^0.1.0 copied to clipboard

outdated

A Dart library to assist working with large numbers of Isolates.

A Dart library for working with large numbers of Isolates.

Usage #

A simple usage example:

import 'package:tribbles/tribbles.dart';

void hi(String mesg) {
  print('tribble says: $mesg');
}

main() {
  final tribble = Tribble(hi);
}

See the sample code for a more completed example of using Tribble.

Features and bugs #

Please file feature requests and bugs at the issue tracker.

1
likes
0
points
41
downloads

Publisher

verified publishermanichord.com

Weekly Downloads

A Dart library to assist working with large numbers of Isolates.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on tribbles