lx property

LxFuture<T> get lx

Converts this Future into a reactive LxFuture.

Implementation

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