AsyncSchedulerWithCallback<Request_T, Response_T, Message_T> class

Inheritance

Constructors

AsyncSchedulerWithCallback({int concurrency = 1, required AsyncTaskWithSend<Request_T, Response_T, Message_T> task, required AsyncCallback<Message_T> callback})

Properties

asyncRunners List<AsyncRunner>
latefinalinherited
callback AsyncCallback<Message_T>
latefinal
hashCode int
The hash code for this object.
no setterinherited
nextAvailableRunner Future<AsyncRunner>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
task AsyncTaskWithSend<Request_T, Response_T, Message_T>
latefinal

Methods

debugString() Future<String>
inherited
dispose() Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run({String? callbackId, Request_T? request}) Future<Response_T?>
toString() String
A string representation of this object.
inherited

Operators

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