Member | Description |
member Force : unit -> 'a |
Force the execution of this value and return its result. Same as Value.
|
member IsDelayed : bool |
The module 'Lazy' contains additional values and functions related to this type.
|
member IsException : bool |
The module 'Lazy' contains additional values and functions related to this type.
|
member IsForced : bool |
The module 'Lazy' contains additional values and functions related to this type.
|
member SynchronizedForce : unit -> 'a |
Force the execution of this value and return its result, using mutual exclusion to
prevent other threads also computing the value.
|
member Value : 'a |
Force the execution of this value and return its result. Same as Value.
|