tribbles 0.1.0
tribbles: ^0.1.0 copied to clipboard
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.