thread 0.1.2 copy "thread: ^0.1.2" to clipboard
thread: ^0.1.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.

0.1.2 #

  • Fixed: events_emitter now returns a listener instead of a subscription

0.1.1 #

  • Changed: events_emitter and async_signal dependency versions to lastest

0.1.0 #

  • Added: shields.io badges in documentation
  • Removed: flutter from package dependency

0.0.3 #

  • Changed: Optional eventEmitter in Thread
  • Fixed: Wrong event type, in some cases

0.0.2 #

  • Changed: Renamed IsolatedThread class to Thread

0.0.1 #

  • Initial release: Thread
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