async property

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

Provides asynchronous access while maintaining open capabilities.

The returned async callable preserves:

  • Type-safe signal reception
  • All validation layers
  • Link management capabilities

Implementation

@override
OpenCellAsync<C,L,I,O> get async => OpenCellAsync(this);