async property

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

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;