async property
Asynchronously processes a signal through this receptor
Implementation
@override
Receptor<C,I,O> get async => ReceptorAsync<C,I,O,Receptor<C,I,O>>(this);
Asynchronously processes a signal through this receptor
@override
Receptor<C,I,O> get async => ReceptorAsync<C,I,O,Receptor<C,I,O>>(this);