AsyncSchedulerWithStreams<Request_T, Response_T, Message_T>  class 
 
Constructors
- 
          AsyncSchedulerWithStreams({int concurrency = 1, required AsyncTaskWithSend<Request_T, Response_T, Message_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
  ↔ 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({required StreamController< Message_T> stream, Request_T? request}) → Future<Response_T?> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited