async property

  1. @override
Receptor<Collective<E>, IN, OU> get async
inherited

Asynchronously processes a signal through this receptor

Implementation

@override
Receptor<C,I,O> get async => ReceptorAsync<C,I,O,Receptor<C,I,O>>(this);