AsyncScheduler<Request_T, Response_T> class
Constructors
-
AsyncScheduler({int concurrency = 1, required AsyncTask<
Request_T, Response_T> task})
Properties
-
asyncRunners
↔ List<
AsyncRunner> -
latefinalinherited
- 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
↔ AsyncTask<
Request_T, Response_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(
{Request_T? request}) → Future< Response_T?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited