future


Description:

public Future<G>? future { owned get; }

Provides a future for a lazy value.

Note:

The future can be requested only once and all access must be done through it.