asLxStream property

LxStream<T> get asLxStream

Returns an LxStream representation of this future.

Implementation

LxStream<T> get asLxStream => LxStream<T>(wait.asStream());