lx property

LxFuture<T> get lx

Wraps this future in an LxFuture.

Implementation

LxFuture<T> get lx => LxFuture<T>(this);