ReceptorAsync<C extends Cell, I extends Signal, O extends Signal, R extends Receptor<C, I, O>> class

An Async variant of Receptor for handling asynchronous signal processing.

Implemented types

Constructors

ReceptorAsync.new(R receptor)
Creates a new instance of ReceptorAsync.
const

Properties

async Receptor<C, I, O>
Asynchronously processes a signal through this receptor
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call({required covariant C cell, required covariant I signal, Set<Cell>? notified}) Future<O?>
Processes a signal through the receptor pipeline.
override
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