async property
Provides asynchronous access to this cell's operations.
Enables:
- Async signal reception
- Thread-safe operation application
Implementation
@override
OpenCellAsync<C,L,I,O> get async;
Provides asynchronous access to this cell's operations.
Enables:
@override
OpenCellAsync<C,L,I,O> get async;