tribbles library

Tibbles wraps the Isolate API to try to make it easier to manage large numbers of Isolates and communication between them.

Classes

Tribble
Each Tribble represents a single Isolate.

Typedefs

ConnectFn = ReceivePort Function()
OnChildExitedCallback = void Function(String)
ReplyFn = void Function(dynamic)
TribbleCallback = void Function(ConnectFn , ReplyFn )
Callback function that a tribble will invoke in a new Isolate. The Map that will be passed in should be treated as Opaque!