thread library

Constants

uuid → const Uuid

Typedefs

ComputeCallback<EntryT, ReturnT> = FutureOr<ReturnT> Function(EntryT data)
EmptyComputeCallback<ReturnT> = FutureOr<ReturnT> Function()
EventHandler = void Function(EventEmitter events)

Exceptions / Errors

InvalidThreadSendPortException