async property

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

Creates an async variant for modifiable operations

Implementation

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