async property

  1. @override
Receptor<C, I, O> get async
override

Asynchronously processes a signal through this receptor

Implementation

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