DelayInitValue<'T> Type
Computes a value once, in place: an unforced value costs one object rather than a lazy plus its closure.
Constructors
| Constructor |
Description
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.Compute
Returns: 'T
Modifiers: abstract |
Called at most once, under the instance's lock. An exception is not cached: the next access retries.
|
Full Usage:
this.Value
Returns: 'T
|
|
fantomas