toPollable method

PollableFuture<T> toPollable()

Wraps this Future with a PollableFuture.

Implementation

PollableFuture<T> toPollable() => PollableFuture<T>(this);