thread 0.0.2 copy "thread: ^0.0.2" to clipboard
thread: ^0.0.2 copied to clipboard

outdated

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

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

dependencies:
  thread: ^0.0.2

Alternatively, your editor might support dart 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';
12
likes
0
pub points
83%
popularity

Publisher

verified publisherdrafakiller.com

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.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

async_signal, events_emitter, uuid

More

Packages that depend on thread