Future.ready

bool ready() nothrow @nogc

Checks if the result is available without blocking.

Returns

true if the result is ready, false otherwise.