thread 0.2.2 thread: ^0.2.2 copied to clipboard
A simple Isolated Thread wrapped with a type-safe Event Emitter for easier asynchronous communication. Setup events for the thread to reply to, or compute tasks individually.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add thread
With Flutter:
$ flutter pub add thread
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
thread: ^0.2.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:thread/thread.dart';