QueueService class

The QueueService class is a wrapper around the Queue class.

Constructors

QueueService()
The Queue instance.

Properties

hashCode int
The hash code for this object.
no setterinherited
queues Map<Object, Queue>
The unique Queue instance.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addToQueue<T>(Object uniqueId, Future<T> process()) Future<T>
Returns the computation for the process while keeping it queued.
dispose() → void
Clears the Queues.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited